1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-22 18:18:05 +11:00

add editorconfig

This commit is contained in:
booty-bumping 2019-04-18 03:49:20 -06:00
parent 67c5790bd4
commit 0e2b3a9e91

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
[*.lua]
indent_style = space
indent_size = 1