Use Unix line endings for c/c++ code (#1069)
This is required for amalgamate.sh to produce correct results
This commit is contained in:
parent
3acfc0b630
commit
0e431a0250
|
@ -80,15 +80,15 @@
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
|
||||||
# Sources
|
# Sources
|
||||||
*.c text diff=c
|
*.c text eol=lf diff=c
|
||||||
*.cc text diff=cpp
|
*.cc text eol=lf diff=cpp
|
||||||
*.cxx text diff=cpp
|
*.cxx text eol=lf diff=cpp
|
||||||
*.cpp text diff=cpp
|
*.cpp text eol=lf diff=cpp
|
||||||
*.c++ text diff=cpp
|
*.c++ text eol=lf diff=cpp
|
||||||
*.hpp text diff=cpp
|
*.hpp text eol=lf diff=cpp
|
||||||
*.h text diff=c
|
*.h text eol=lf diff=c
|
||||||
*.h++ text diff=cpp
|
*.h++ text eol=lf diff=cpp
|
||||||
*.hh text diff=cpp
|
*.hh text eol=lf diff=cpp
|
||||||
|
|
||||||
# Compiled Object files
|
# Compiled Object files
|
||||||
*.slo binary
|
*.slo binary
|
||||||
|
|
Loading…
Reference in New Issue