mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Automatically handling line endings
This commit is contained in:
parent
286a214fcd
commit
9b14a3509b
15
.gitattributes
vendored
Normal file
15
.gitattributes
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user