[patterns]

**.sln  = BIN
**.ico  = BIN
**.bmp  = BIN
**.png  = BIN
**.snk  = BIN
**.mht  = BIN
**.pickle  = BIN

# Some Windows-specific files should always be CRLF

**.bat  = CRLF

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
