winter/.editorconfig

13 lines
229 B
INI
Raw Normal View History

2022-07-14 19:41:41 +03:00
# EditorConfig is awesome: https://EditorConfig.org
2014-10-24 13:04:32 -04:00
# 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