Fix line endings.
Note: we recommend `git config core.autocrlf true'.
This commit is contained in:
parent
88129db051
commit
2153a93430
9
.gitattributes
vendored
9
.gitattributes
vendored
@ -20,13 +20,15 @@ makesrcdist export-ignore eol=lf
|
|||||||
|
|
||||||
# fluid files (eol=lf or text?)
|
# fluid files (eol=lf or text?)
|
||||||
|
|
||||||
#*FIXME* *.fl eol=lf
|
*.fl eol=lf
|
||||||
|
|
||||||
# shell scripts etc. with Unix line endings (lf)
|
# shell scripts etc. with Unix line endings (lf)
|
||||||
|
|
||||||
*.ac eol=lf
|
*.ac eol=lf
|
||||||
|
*.in eol=lf
|
||||||
*.desktop eol=lf
|
*.desktop eol=lf
|
||||||
*.sh eol=lf
|
*.sh eol=lf
|
||||||
|
|
||||||
fltk-config.in eol=lf
|
fltk-config.in eol=lf
|
||||||
|
|
||||||
documentation/make_pdf eol=lf
|
documentation/make_pdf eol=lf
|
||||||
@ -36,9 +38,10 @@ misc/update_config_scripts eol=lf
|
|||||||
|
|
||||||
# files with Windows line endings (crlf)
|
# 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
|
# binary files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user