plusone-validator/.editorconfig

13 lines
229 B
INI
Raw Permalink Normal View History

2024-08-05 10:42:28 +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
2025-02-18 22:23:51 +08:00
trim_trailing_whitespace = true
2024-08-05 10:42:28 +08:00
insert_final_newline = true