editorconfig and gitattr

This commit is contained in:
ineedbots 2021-09-09 11:27:04 -06:00
parent 039b2a6aca
commit f7816d351c
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

1
.gitattributes vendored Normal file
View File

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

5
.gitignore vendored
View File

@ -1,9 +1,12 @@
# Ignore everything in repository root
# Ignore everything in repository root
/*
# Files to not ignore
!/.vscode
!/.gitignore
!/.editorconfig
!/.gitattributes
!/z_server.bat
!/z_server_pvbrust.bat
!/z_server_pvbvote.bat