Files
2021-05-14 02:32:58 +08:00

16 lines
273 B
INI

# editorconfig.org
# define and maintain consistent coding styles between different editors and IDEs
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 4