Skip to content

Commit

Permalink
Normalize all the line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-simhadri committed Sep 4, 2017
1 parent b8ca810 commit 9c1a5d1
Show file tree
Hide file tree
Showing 49 changed files with 13,397 additions and 13,374 deletions.
23 changes: 23 additions & 0 deletions .gitattributes
@@ -0,0 +1,23 @@
# Set the default 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
*.cc text
*.h text
*.hpp text
*.hh text
*.mk text
*.md text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.vcxproj text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.ipynb binary

0 comments on commit 9c1a5d1

Please sign in to comment.