chinese-holidays-calendar/.editorconfig

16 lines
286 B
INI
Raw Normal View History

2022-03-27 05:42:19 +08:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
[*.{py,java,cpp,go,js,html}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false