plusone-admin-ui/.editorconfig

16 lines
264 B
INI
Raw Normal View History

2022-12-27 10:13:24 +08:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
2022-12-27 10:32:45 +08:00
insert_final_newline = true
[*.{json, yaml}]
indent_size = 2