Files
csharp/.editorconfig

14 lines
229 B
INI
Raw Normal View History

2017-10-24 16:49:10 +08:00
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true