Initial commit
This commit is contained in:
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# By default, normalize line endings
|
||||
* text=auto
|
||||
|
||||
# Force Windows batch files to use CRLF
|
||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||
*.{ics,[iI][cC][sS]} text eol=crlf
|
||||
|
||||
# Force Unix bash files to use LF
|
||||
*.sh text eol=lf
|
||||
Reference in New Issue
Block a user