testcontainers-clj/.gitattributes
2020-07-10 17:22:14 +02:00

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