My configuration files for Debian/Ubuntu applications
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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