소스 검색

Re-enable .cpp as LF in .gitattributes

Scott Lahteine 7 년 전
부모
커밋
bc09e862a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .gitattributes

+ 1
- 1
.gitattributes 파일 보기

@@ -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…
취소
저장