Initial setup
This commit is contained in:
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Set text handling to auto and eol
|
||||
# linux line endings
|
||||
* text=auto eol=lf
|
||||
|
||||
# Ensure windows line endings are used
|
||||
# for windows bat/cmd scripts
|
||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||
Reference in New Issue
Block a user