Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 committed Aug 30, 2022
1 parent 7aae35c commit 8c1292f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ Installer/*.txt text working-tree-encoding=UTF-8 eol=lf
Sandboxie/install/*.txt text working-tree-encoding=UTF-8 eol=lf
Installer/isl/*.isl text eol=lf

# Set utf-8-bom for some Inno Setup languages subject to encoding issues.
# Set utf-8-bom for some Inno Setup languages subject to encoding issues:
# https://github.com/sandboxie-plus/Sandboxie/pull/2173
Installer/isl/ChineseSimplified.isl text working-tree-encoding=UTF-8-BOM
Installer/isl/ChineseTraditional.isl text working-tree-encoding=UTF-8-BOM
Installer/isl/Korean.isl text working-tree-encoding=UTF-8-BOM

# 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/795638
Installer/merge_builds.cmd eol=crlf
Sandboxie/install/build.bat eol=crlf
Sandboxie/install/ParseVersion.bat eol=crlf
Sandboxie/msgs/RunReport.bat eol=crlf
SandboxiePlus/qmake_plus.cmd eol=crlf
SandboxiePlus/QtSingleApp/configure.bat 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
#Sandboxie/msgs/RunReport.bat eol=crlf
#Sandboxie/install/ParseVersion.bat eol=crlf
#Installer/merge_builds.cmd eol=crlf
#Sandboxie/install/build.bat eol=crlf
#SandboxiePlus/qmake_plus.cmd eol=crlf
#SandboxiePlus/QtSingleApp/configure.bat eol=crlf

0 comments on commit 8c1292f

Please sign in to comment.