My configuration files for Debian/Ubuntu applications
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.
|
- # Force text files to have unix eols, so Windows/Cygwin does not break them
- *.* eol=lf
-
- # These files are unfortunately not recognized as text files so
- # explicitly listing them here
- tpm eol=lf
- bin/* eol=lf
- bindings/* eol=lf
- tests/* eol=lf
|