Miao-Yunzai/.editorconfig

12 lines
183 B
INI

root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
tab_width = 2
insert_final_newline = true
end_of_line = lf
trim_trailing_whitespace = true
max_line_length = off