6 lines
226 B
Text
6 lines
226 B
Text
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
# batch files are specific to windows and always crlf
|
|
*.bat eol=crlf
|
|
# git lfs setup for larg file
|
|
*.jar filter=lfs diff=lfs merge=lfs -text
|