Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

25 rindas
483 B

  1. # Everything is text unless it isn’t.
  2. * text=auto
  3. # Source files are whatever the OS prefers but should be
  4. # normalised in the repository.
  5. *.c text
  6. *.cpp text
  7. *.cc text
  8. *.h text
  9. *.hh text
  10. *.lolfx text
  11. *.cs text
  12. # Vim doesn't like CRLF, even on Windows.
  13. *.vim text eol=lf
  14. # This is Windows-specific and should always have CRLF, or
  15. # Visual Studio may misbehave.
  16. *.sln text eol=crlf
  17. *.csproj text eol=crlf
  18. *.vcxproj text eol=crlf
  19. *.resx text eol=crlf