gitattrs and editorconfig

This commit is contained in:
ineedbots
2021-09-09 11:28:20 -06:00
parent 0b423d2b3c
commit 34dc5c9786
3 changed files with 16 additions and 2 deletions
+11
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
View File
@@ -0,0 +1 @@
*.gsc linguist-language=C
+4 -2
View File
@@ -1,9 +1,11 @@
# Ignore everything in repository root # Ignore everything in repository root
/* /*
# Files to not ignore # Files to not ignore
!/.gitignore !/.gitignore
!/.vscode !/.vscode
!/.editorconfig
!/.gitattributes
!/z_server.bat !/z_server.bat
@@ -35,4 +37,4 @@ missingasset.csv
!/out/ !/out/
!/out/**/*.ff !/out/**/*.ff
!/out/**/*.iwd !/out/**/*.iwd
*.zip *.zip