Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .gitattributes #2188

Merged
merged 15 commits into from
Sep 13, 2022
Prev Previous commit
Next Next commit
Set utf-8-bom for Templates.ini
  • Loading branch information
isaak654 committed Aug 30, 2022
commit e074728730831f1b95370509f23833787721cbae
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ 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 utf-8-bom for Templates.ini file:
# https://github.com/sandboxie-plus/Sandboxie/pull/576#issuecomment-782938792
Sandboxie/install/Templates.ini 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
# Please uncomment the lines below only if needed
Expand Down