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

Merge pull request #25 from booty-bumping/add-editorconfig

Add .editorconfig
This commit is contained in:
Izaya 2019-04-19 13:58:14 +10:00 committed by GitHub
commit 9cdce20847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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