minecraft-forge-utils
Version:
Collection of useful Minecraft Forge development related utilities.
17 lines (13 loc) • 591 B
Plain Text
# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary