Files
2025-12-13 15:41:17 +08:00

26 lines
343 B
INI

# EditorConfig配置文件
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[*.{js,ts,vue}]
indent_size = 2
[*.json]
indent_size = 2
[*.{css,scss,sass}]
indent_size = 2