mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
gitattr and editorconfig
This commit is contained in:
parent
a0d443c295
commit
4d56d1e77f
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.gsc linguist-language=C
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,6 +4,8 @@
|
|||||||
# Files to not ignore
|
# Files to not ignore
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/.vscode
|
!/.vscode
|
||||||
|
!/.editorconfig
|
||||||
|
!/.gitattributes
|
||||||
|
|
||||||
!/z_server.bat
|
!/z_server.bat
|
||||||
!/README.md
|
!/README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user