mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
16 lines
305 B
Plaintext
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
|