MtF-wiki/.editorconfig

17 lines
228 B
INI
Raw Normal View History

2021-08-19 08:26:23 +08:00
root = true
[*]
charset = utf-8
end_of_line = lf
2021-08-19 08:26:23 +08:00
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2021-08-27 12:24:31 +08:00
[*.py]
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false