Files
processing4/.gitattributes
2022-02-04 17:30:05 -05:00

12 lines
295 B
Plaintext

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Files which should always be normalized and converted
# to native line endings on checkout.
*.java text
*.pde text
# Files that will always have CRLF line endings on checkout.
*.bat eol=crlf
*.url eol=crlf