mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 02:41:08 +01:00
13 lines
321 B
Plaintext
13 lines
321 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
|
|
build/macosx/jAppleMenuBar.url eol=crlf
|
|
|