Skip to content

Commit d8d0b3c

Browse files
committed
Newline issues
1 parent 296d275 commit d8d0b3c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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:

.settings/org.eclipse.core.runtime.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)