chore(repo): add shared editor defaults

This commit is contained in:
Maofeng
2026-09-20 15:53:07 +08:00
parent a03b04ed3f
commit 60f6f1fb1a
+17
View File
@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
tab_width = 2
[*.{json,md}]
insert_final_newline = false
[*.md]
indent_size = 4