Skip to content

Commit

Permalink
add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Mar 23, 2015
1 parent 1aff891 commit 4404d78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Set the deifault behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.cpp text
*.cxx text
*.cc text
*.h text
*.hpp text

0 comments on commit 4404d78

Please sign in to comment.