Skip to content

Commit 233f3c1

Browse files
committed
Fixed gitattributes to always use newlines
1 parent 4029970 commit 233f3c1

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.gitattributes

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
# Set default behaviour, in case users don't have core.autocrlf set:
2-
* text=auto
3-
4-
# Explicitly declare text files we want to always be normalized
5-
# and converted to native line endings on checkout
6-
*.java text diff=java
7-
*.xml text
8-
*.xsd text
9-
*.flux text
10-
*.g text
11-
*.properties text
12-
*.txt text
13-
*.js text
14-
*.fom text
1+
# Explicitly declare text files we want to always be normalized:
2+
*.java eol=lf diff=java
3+
*.xml eol=lf
4+
*.xsd eol=lf
5+
*.flux eol=lf
6+
*.g eol=lf
7+
*.properties eol=lf
8+
*.txt eol=lf
9+
*.js eol=lf
10+
*.fom eol=lf
1511

1612
# Platform-specific scripts should always use
1713
# their native end-of-line markers:

0 commit comments

Comments
 (0)