mirror of
https://github.com/processing/processing4.git
synced 2026-01-25 01:11:06 +01:00
.bat files always have windows line endings. build/macosx/jAppleMenuBar.url does as well
This commit is contained in:
9
.gitattributes
vendored
9
.gitattributes
vendored
@@ -1,3 +1,12 @@
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user