Skip to content

Commit

Permalink
- Use LF as eol to keep things uniform.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed May 12, 2015
1 parent d4d323b commit 289644d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitattributes
@@ -1,11 +1,11 @@
*.c text eol=native
*.cpp text eol=native
*.h text eol=native
*.m4 text eol=native
.gitattributes text eol=native
.gitignore text eol=native
*.md text eol=native
LICENSE text eol=native
configure.ac text eol=native
Makefile* text eol=native
*.pro text eol=native
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.m4 text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
*.md text eol=lf
LICENSE text eol=lf
configure.ac text eol=lf
Makefile* text eol=lf
*.pro text eol=lf

0 comments on commit 289644d

Please sign in to comment.