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
Next Next commit
Add .gitattributes
  • Loading branch information
Zerorigin committed Aug 28, 2022
commit 53dbd137d2d6b256d607412e1c7f9326b66e33cb
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Git - gitattributes Documentation:
# https://www.git-scm.com/docs/gitattributes

[attr]binary -diff -merge -text
*.cmd text working-tree-encoding=UTF-8 eol=crlf
*.bat text working-tree-encoding=UTF-8 eol=crlf
Installer/isl/*.isl text eol=lf
Sandboxie/msgs/*.txt text eol=crlf
Sandboxie/msgs/report/*.txt text eol=lf
SandboxiePlus/SandMan/*.ts text eol=lf