mirror of
https://github.com/processing/processing4.git
synced 2026-01-24 00:41:07 +01:00
12 lines
295 B
Plaintext
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
|