Skip to content

Commit

Permalink
add NewlineAtEndOfFile config for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Sep 22, 2021
1 parent 3518faa commit d2f48f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@
<version>${servlet.version}</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 4 additions & 0 deletions nebula_java_style_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,8 @@
<property name="optional" value="true"/>
</module>
</module>
<module name="NewlineAtEndOfFile">
<property name ="lineSeparator" value ="lf"/>
<property name="fileExtensions" value="java, xml, yaml"/>
</module>
</module>

0 comments on commit d2f48f2

Please sign in to comment.