Update .gitattributes

This commit is contained in:
isaak654 2022-09-14 11:13:07 +02:00
parent cdc0d121ce
commit 3d29d17199
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 0 additions and 5 deletions

5
.gitattributes vendored
View File

@ -6,7 +6,6 @@
*.bat text working-tree-encoding=UTF-8
*.cmd text working-tree-encoding=UTF-8
*.c text working-tree-encoding=UTF-8
*.h text working-tree-encoding=UTF-8
*.cpp text working-tree-encoding=UTF-8
*.rc text working-tree-encoding=UTF-8
*.ts text working-tree-encoding=UTF-8 eol=lf
@ -17,10 +16,6 @@ Sandboxie/install/*.txt text working-tree-encoding=UTF-8 eol=lf
SandboxiePlus/QtSingleApp/*.txt text working-tree-encoding=UTF-8 eol=lf
Installer/isl/*.isl text eol=lf
# Set crlf for the Parse script:
# https://github.com/sandboxie-plus/Sandboxie/pull/1572
Sandboxie/msgs/*.txt text working-tree-encoding=UTF-8 eol=crlf
# Set crlf EOL for *.bat and *.cmd files to prevent a label parser issue with lf:
# https://serverfault.com/questions/429594/is-it-safe-to-write-batch-files-with-unix-line-endings
# Please uncomment the lines below only if needed