plusone-validator/.editorconfig

16 lines
255 B
INI
Raw Normal View History

2023-11-08 18:11:26 +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
insert_final_newline = true
2024-02-20 09:31:34 +08:00
[*.xml]
indent_size = 2