Skip to content

Commit

Permalink
Update .gitattributes to encompass all text files
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed May 22, 2019
1 parent e2375f4 commit 0acdeb2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Properly detect languages on Github
*.h linguist-language=cpp
*.inc linguist-language=cpp
drivers/* linguist-vendored
thirdparty/* linguist-vendored

*.cpp eol=lf
*.mm eol=lf
*.h eol=lf
*.py eol=lf
*.hpp eol=lf
*.xml eol=lf
*.natvis eol=lf
* text=auto eol=lf

0 comments on commit 0acdeb2

Please sign in to comment.