chore: Add an .editorconfig

This commit is contained in:
~hedy
2024-07-05 12:58:41 +08:00
parent bc58f196ec
commit d0574d2009

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
[*.lua]
indent_style = space
indent_size = 2
[*.md]
indent_style = space
indent_size = 2