mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 02:15:42 +00:00
gitattrs and editorconfig
This commit is contained in:
parent
7c041900ff
commit
a4e3fbb42b
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
|
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.gsc linguist-language=C
|
||||
*.gsx linguist-language=C
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,6 +3,8 @@
|
||||
|
||||
# Files to not ignore
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
!/.gitattributes
|
||||
|
||||
!/z_server.bat
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user