ソースを参照

Patch .gitattributes till UBL line endings are fixed

Scott Lahteine 8年前
コミット
01a293b6e3
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .gitattributes

+ 1
- 1
.gitattributes ファイルの表示

3
 
3
 
4
 # Files with Unix line endings
4
 # Files with Unix line endings
5
 *.c   text eol=lf
5
 *.c   text eol=lf
6
-*.cpp text eol=lf
6
+# *.cpp text eol=lf
7
 *.h   text eol=lf
7
 *.h   text eol=lf
8
 *.ino text eol=lf
8
 *.ino text eol=lf
9
 *.py  text eol=lf
9
 *.py  text eol=lf

読み込み中…
キャンセル
保存