Skip to content
Snippets Groups Projects
Commit 2077c92a authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '5522-editorconfig' into 'develop'

Propose a basic editorconfig, #5522

Closes #5522

See merge request ispconfig/ispconfig3!1738
parents 0fb788b9 3b918323
No related branches found
No related tags found
No related merge requests found
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
charset = utf-8
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[*.{htm,html}]
indent_style = space
indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment