Add .gitattributes file to classify C++ source
With this, diffs become more pleasant to read, as access specifiers no longer find their way into the hunk header.
This commit is contained in:
committed by
Tomasz Grabiec
parent
7c23ec49ae
commit
21bb5ea5c7
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.cc diff=cpp
|
||||
*.hh diff=cpp
|
||||
Reference in New Issue
Block a user