Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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