1
0
mirror of https://github.com/wintercms/winter.git synced 2024-06-28 05:33:29 +02:00
winter/.editorconfig
2014-10-24 13:04:32 -04:00

13 lines
228 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4