1
0
Fork 0
mirror of https://gitlab.com/Oreolek/duel.git synced 2024-04-25 21:59:41 +03:00

editorconfig & gitignore

This commit is contained in:
Alexander Yakovlev 2017-03-06 17:47:03 +07:00
parent ecb1240018
commit 9d6cfebf83
2 changed files with 14 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.lua]
indent_style = space
indent_size = 2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
game.log