Add editor formatting config

This commit is contained in:
2023-11-09 03:26:13 +08:00
parent 52b29911a0
commit a807c4bc13
3 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2