zhamao-framework/.editorconfig

15 lines
224 B
INI
Raw Permalink Normal View History

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2023-01-05 16:12:24 +08:00
[*.{yml,yaml, vue}]
indent_size = 2