You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
448 B

  1. # Visual Studio wants crlf, but if we do so, git will
  2. # normalise files and git-svn will push LF files to SVN,
  3. # so we revert back to binary.
  4. *.sln -text
  5. *.csproj -text
  6. *.vcxproj -text
  7. # Vim doesn't like CRLF, even on Windows
  8. *.vim eol=lf
  9. # Bison doesn't like CRLF
  10. external/*/share/bison/* eol=lf
  11. # Source files should be normalised in the repository
  12. *.c eol=lf
  13. *.cpp eol=lf
  14. *.cc eol=lf
  15. *.h eol=lf
  16. *.hh eol=lf
  17. *.lolfx eol=lf