13 lines
283 B
Text
13 lines
283 B
Text
# Default behavior
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.clj text
|
|
*.md text
|
|
*.xml text
|
|
*.sql text
|
|
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sln text eol=crlf
|