Browse Source

Merge pull request #6217 from thinkyhead/rc_fix_invisibles_to_most

Patch .gitattributes till UBL line endings are fixed
Scott Lahteine 8 years ago
parent
commit
a37a605fee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitattributes

+ 1
- 1
.gitattributes View File

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

Loading…
Cancel
Save