mirror of
https://github.com/micsthepick/dsi2key.git
synced 2025-06-18 16:55:33 -04:00
22 lines
547 B
Plaintext
22 lines
547 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.c text eol=lf
|
|
*.cpp text eol=lf
|
|
*.h text eol=lf
|
|
*.sh text eol=lf
|
|
*.md text eol=lf
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sln text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.vcxproj.filters text eol=crlf
|
|
*.vcxproj.user text eol=crlf
|
|
*.rc text eol=crlf
|
|
*.xml text eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.ico binary
|
|
*.png binary
|