Naveen-2007 commited on
Commit
2ffb9df
·
1 Parent(s): 1092238

Fix: Force LF line endings for shell scripts

Browse files
Files changed (1) hide show
  1. .gitattributes +3 -0
.gitattributes ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ * text=auto
2
+ *.sh text eol=lf
3
+ Dockerfile* text eol=lf