My configuration files for Debian/Ubuntu applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 line
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