Kaynağa Gözat

Modify .gitattributes to ensure sh files always have LF line endings

Pranav K 11 yıl önce
ebeveyn
işleme
83f1901844
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      .gitattributes

+ 6 - 0
.gitattributes

@@ -3,6 +3,12 @@
 ###############################################################################
 * text=auto
 
+###############################################################################
+# Make sh files under the build directory always have LF as line endings
+###############################################################################
+build/*.sh eol=lf
+
+
 ###############################################################################
 # Set default behavior for command prompt diff.
 #