add .editorconfig

This commit is contained in:
Michael Chris Lopez
2021-08-27 06:55:36 +08:00
parent 7b21141c36
commit fc9bff3de6

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_size = 4
end_of_line = lf
[*.lua]
indent_style = tab
[*.vim]
indent_style = space