mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-29 08:54:37 +02:00
Add .gitattributes to ensure correct line endiings for Shell and Windows Command scripts
This commit is contained in:
parent
283442fd64
commit
98ee837ce6
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# Recommedations from GitHub help pages
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.cmd text eol=crlf
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.sh text eol=lf
|
Loading…
x
Reference in New Issue
Block a user