Fix line endings.

Note: we recommend `git config core.autocrlf true'.
This commit is contained in:
Albrecht Schlosser 2018-12-20 18:56:16 +01:00
parent 88129db051
commit 2153a93430
3 changed files with 168 additions and 165 deletions

9
.gitattributes vendored
View File

@ -20,13 +20,15 @@ makesrcdist export-ignore eol=lf
# fluid files (eol=lf or text?)
#*FIXME* *.fl eol=lf
*.fl eol=lf
# shell scripts etc. with Unix line endings (lf)
*.ac eol=lf
*.in eol=lf
*.desktop eol=lf
*.sh eol=lf
fltk-config.in eol=lf
documentation/make_pdf eol=lf
@ -36,9 +38,10 @@ misc/update_config_scripts eol=lf
# files with Windows line endings (crlf)
#*FIXME* *.rc eol=crlf
*.rc eol=crlf
#*FIXME* ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf
# Android Studio special support file (Windows .bat file)
ide/AndroidStudio3/gradlew.rename_to_bat eol=crlf
# binary files