layui/.editorconfig

12 lines
167 B
INI
Raw Permalink Normal View History

2023-08-23 22:02:52 +08:00
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
2023-08-23 22:02:52 +08:00
insert_final_newline = true
trim_trailing_whitespace = true