mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
168ec2e89e
These DOS command files / scripts / batch files should have cr/lf line endings.
14 lines
204 B
Plaintext
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
|