My configuration files for Debian/Ubuntu applications
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
240 B

  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