ソースを参照

chore: ensure lf but not crlf for build scripts

Zaiming (Stone) Shi 4 年 前
コミット
39d60121d1
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -1,5 +1,7 @@
 * text=auto
 *.* text eol=lf
+./build text eol=lf
+scripts/* text eol=lf
 *.cmd text eol=crlf
 *.jpg -text
 *.png -text