We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a21ff5 commit f85ec12Copy full SHA for f85ec12
1 file changed
.gitattributes
@@ -1,3 +1,12 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
* text=auto
3
+
4
+# Files which should always be normalized and converted
5
+# to native line endings on checkout.
6
*.java text
7
*.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