Skip to content

Commit c820c38

Browse files
committed
Newline issues
1 parent ad32e44 commit c820c38

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.gitattributes

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
* text=auto
2+
13
# 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-
*.pica eol=lf
9-
*.txt eol=lf
10-
*.js eol=lf
11-
*.fom eol=lf
4+
*.java text diff=java
5+
*.xml text
6+
*.xsd text
7+
*.flux text
8+
*.g text
9+
*.properties text
10+
*.pica text
11+
*.txt text
12+
*.js text
13+
*.fom text
1214

1315
# Platform-specific scripts should always use
1416
# their native end-of-line markers:

0 commit comments

Comments
 (0)