Skip to content

Commit 96e2e18

Browse files
committed
.bat files always have windows line endings. build/macosx/jAppleMenuBar.url does as well
1 parent 49c3435 commit 96e2e18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
12
* text=auto
3+
4+
# Files which should always be normalized and converted
5+
# to native line endings on checkout.
26
*.java text
37
*.pde text
8+
9+
# Files that will always have CRLF line endings on checkout.
10+
*.bat eol=crlf
11+
build/macosx/jAppleMenuBar.url eol=crlf
12+

0 commit comments

Comments
 (0)