Procházet zdrojové kódy

Re-enable .cpp as LF in .gitattributes

Scott Lahteine před 7 roky
rodič
revize
bc09e862a9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      .gitattributes

+ 1
- 1
.gitattributes Zobrazit soubor

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

Loading…
Zrušit
Uložit