From 3787b8249e4586b0c6fec57d920e5e9c32b6e852 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Fri, 11 Oct 2019 15:08:02 +0200 Subject: [PATCH] Check presence of newline at the end of files during build --- .gitattributes | 1 + org.jacoco.build/pom.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4d5cc7540..c6758fd70 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.java text eol=lf +*.properties text eol=lf *.html text eol=lf *.css text eol=lf *.js text eol=lf diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml index 595bc117c..7e07f6763 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -572,10 +572,12 @@ ../org.jacoco.core/.settings/org.eclipse.jdt.core.prefs + + **/*.properties **/*.html **/*.css **/*.js @@ -588,6 +590,7 @@ UNIX +