Jakobus Schürz
d2f0657629
and use the same pathes for vim plugin repos on git.schuerz.at as on github.com
9 lines
240 B
Text
9 lines
240 B
Text
# 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
|