Add .gitattributes to ensure correct line endiings for Shell and Windows Command scripts
This commit is contained in:
parent
283442fd64
commit
98ee837ce6
|
@ -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…
Reference in New Issue