mapstruct/.gitattributes
2013-05-13 22:36:11 +02:00

16 lines
305 B
Plaintext

# Repository specific GIT options
# Set default handling of line endings
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.xml text
*.txt text
*.md text
# Java-friendly readable chunk headers
*.java diff=java