added .gitattributes to specify line feed line endings for .sh and .sql files
This commit is contained in:
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Specifies Line Feed (LF) Line Endings for Shell Scripts
|
||||
*.sh text eol=lf
|
||||
|
||||
# # Specifies Line Feed (LF) Line Endings for SQL Files
|
||||
*.sql text eol=lf
|
||||
|
||||
# Letd Git decide for other Files
|
||||
* text=auto
|
||||
Reference in New Issue
Block a user