My configuration files for Debian/Ubuntu applications
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 240 B

123456789
  1. # Force text files to have unix eols, so Windows/Cygwin does not break them
  2. *.* eol=lf
  3. # These files are unfortunately not recognized as text files so
  4. # explicitly listing them here
  5. tpm eol=lf
  6. bin/* eol=lf
  7. bindings/* eol=lf
  8. tests/* eol=lf