Skip to content
.editorconfig 233 B
Newer Older
; 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