Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitattributes 390 B

1234567891011121314151617
  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. # Source files should be normalised in the repository
  10. *.c eol=lf
  11. *.cpp eol=lf
  12. *.cc eol=lf
  13. *.h eol=lf
  14. *.hh eol=lf
  15. *.lolfx eol=lf