fltk/ide/.gitattributes
Albrecht Schlosser 168ec2e89e Fix more line endings of (DOS) command files in IDE folders.
These DOS command files / scripts / batch files should have cr/lf line endings.
2018-12-22 01:09:10 +01:00

14 lines
204 B
Plaintext

#
# Git attributes for IDE files
#
# MS VC files with Windows line endings (crlf)
*.cmd eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.filters eol=crlf
*.sln eol=crlf
*.vcproj eol=crlf
*.vcxproj eol=crlf