diff --git a/README.md b/README.md index 18528e5..e678478 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ In addition, html indentation settings are not exported, but can be set to 2 spa **NO TABS** +Newline at end of file + ### Imports Order: diff --git a/sonatype-eclipse.xml b/sonatype-eclipse.xml index 0e1d6e1..1e40830 100644 --- a/sonatype-eclipse.xml +++ b/sonatype-eclipse.xml @@ -186,7 +186,7 @@ - + diff --git a/sonatype-javascript-eclipse.xml b/sonatype-javascript-eclipse.xml index c848791..73fba7a 100644 --- a/sonatype-javascript-eclipse.xml +++ b/sonatype-javascript-eclipse.xml @@ -118,7 +118,7 @@ - + diff --git a/src/main/groovy/Example1.groovy b/src/main/groovy/Example1.groovy index c2afb1c..b081bf7 100644 --- a/src/main/groovy/Example1.groovy +++ b/src/main/groovy/Example1.groovy @@ -255,4 +255,4 @@ interface TestInterface void method2() } -// END Blank lines example \ No newline at end of file +// END Blank lines example diff --git a/src/main/java/Example1.java b/src/main/java/Example1.java index e641fd7..a8da024 100644 --- a/src/main/java/Example1.java +++ b/src/main/java/Example1.java @@ -75,4 +75,4 @@ private class InnerClass public void bar() throws E1, E2 { } } -} \ No newline at end of file +} diff --git a/src/main/java/Example2.java b/src/main/java/Example2.java index ba11ba2..cea7226 100644 --- a/src/main/java/Example2.java +++ b/src/main/java/Example2.java @@ -43,4 +43,4 @@ void bar() { } } -class Example2a {} \ No newline at end of file +class Example2a {} diff --git a/src/main/resources/Example2.js b/src/main/resources/Example2.js index 82737f4..d84525c 100644 --- a/src/main/resources/Example2.js +++ b/src/main/resources/Example2.js @@ -26,4 +26,4 @@ ClassNamesLikeThis.prototype.privateMethod_ = function() { /** @protected */ ClassNamesLikeThis.prototype.protectedMethod = function() { -}; \ No newline at end of file +};