We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d166a07 commit 3787b82Copy full SHA for 3787b82
.gitattributes
@@ -1,4 +1,5 @@
1
*.java text eol=lf
2
+*.properties text eol=lf
3
*.html text eol=lf
4
*.css text eol=lf
5
*.js text eol=lf
org.jacoco.build/pom.xml
@@ -572,10 +572,12 @@
572
<file>../org.jacoco.core/.settings/org.eclipse.jdt.core.prefs</file>
573
</eclipse>
574
<trimTrailingWhitespace/>
575
+ <endWithNewline/>
576
</java>
577
<formats>
578
<format>
579
<includes>
580
+ <include>**/*.properties</include>
581
<include>**/*.html</include>
582
<include>**/*.css</include>
583
<include>**/*.js</include>
@@ -588,6 +590,7 @@
588
590
</excludes>
589
591
<lineEndings>UNIX</lineEndings>
592
593
594
</format>
595
</formats>
596
</configuration>
0 commit comments