gitattrs and editorconfig

This commit is contained in:
ineedbots 2021-09-09 11:23:12 -06:00
parent 7c041900ff
commit a4e3fbb42b
3 changed files with 16 additions and 1 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
indent_style = tab
indent_size = 2
charset = latin1
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.gsc linguist-language=C
*.gsx linguist-language=C

2
.gitignore vendored
View File

@ -3,6 +3,8 @@
# Files to not ignore # Files to not ignore
!/.gitignore !/.gitignore
!/.editorconfig
!/.gitattributes
!/z_server.bat !/z_server.bat