Skip to content

Commit

Permalink
Switch eol to use native rather than lf
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie authored and Friedrich W. H. Kossebau committed Apr 7, 2014
1 parent 32b39a1 commit 732d3f2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .gitattributes
@@ -1,24 +1,24 @@
# Set default behaviour for some text-like files, in case users don't have core.autocrlf set.


*.cmake text eol=lf
*.c text eol=lf
*.conf text eol=lf
*.cpp text eol=lf
*.css text eol=lf
*.h text eol=lf
*.html text eol=lf
*.in text eol=lf
*.java text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.py text eol=lf
*.qrc text eol=lf
*.rdf text eol=lf
*.rng text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.ui text eol=lf
*.xml text eol=lf
*.xsl text eol=lf
*.cmake text eol=native
*.c text eol=native
*.conf text eol=native
*.cpp text eol=native
*.css text eol=native
*.h text eol=native
*.html text eol=native
*.in text eol=native
*.java text eol=native
*.js text eol=native
*.json text eol=native
*.md text eol=native
*.py text eol=native
*.qrc text eol=native
*.rdf text eol=native
*.rng text eol=native
*.sh text eol=native
*.txt text eol=native
*.ui text eol=native
*.xml text eol=native
*.xsl text eol=native

0 comments on commit 732d3f2

Please sign in to comment.