Skip to content

Commit

Permalink
Correct C++ highlighting settings in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
C-BJ authored and akien-mga committed Aug 27, 2024
1 parent a2f097d commit ade3bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Properly detect languages on Github
*.h linguist-language=cpp
*.inc linguist-language=cpp
*.h linguist-language=C++
*.inc linguist-language=C++
thirdparty/* linguist-vendored

# Normalize EOL for all files that Git considers text files
Expand Down

0 comments on commit ade3bc9

Please sign in to comment.