Merge pull request #4 from GabrielRavier/autoNormalizeLineEndings
Automatically normalize line endings
This commit is contained in:
commit
b83365f09b
10 changed files with 1095 additions and 1085 deletions
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Automatically normalize line endings.
|
||||
* text=auto
|
||||
|
||||
# MSVC files have to be CRLF
|
||||
*.vcproj text eol=crlf
|
||||
*.sln text eol=crlf
|
||||
|
||||
# Do not change external files
|
||||
external/** -text
|
||||
DoConfig/fltk/** -text
|
Loading…
Add table
Reference in a new issue