layui/.editorconfig
贤心 de2072ef48 chore: 调整 EditorConfig 规则顺序
按字母顺序排列,便于阅读
2024-07-11 17:49:51 +08:00

12 lines
167 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true