Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

18 wiersze
390 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. # 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