.gitattributes
Marking *.cpp files as C++ files makes for nicer diffs when using --color-words or similar options.
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.cpp diff=cpp
|
||||
*.h diff=cpp
|
||||
Reference in New Issue
Block a user