dotar/.editorconfig

11 lines
176 B
INI
Raw Permalink Normal View History

2016-03-29 05:36:31 +08:00
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
charset = utf-8