.gitattributes

Marking *.cpp files as C++ files makes for nicer diffs when using
--color-words or similar options.
This commit is contained in:
Giuseppe Bilotta 2011-08-11 17:57:04 +02:00
부모 371af9c241
커밋 f4856a33c9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

2
.gitattributes vendored Normal file
파일 보기

@ -0,0 +1,2 @@
*.cpp diff=cpp
*.h diff=cpp