Skip to content

Commit

Permalink
document mass reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 18, 2023
1 parent 23fab3e commit 464e5ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# reformatting using fmt-maven-plugin / google-java-format which follows Google's code styleguide.
d5e1f5bfb85256e8a69441aaea62c01f398f43f9
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ application built with [Spring Boot](https://projects.spring.io/spring-boot/).
Packaging is done by feature and all Spring configuration is
Java annotation based.

The code is auto-formatted using [fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin)
using [google-java-format](https://github.com/google/google-java-format)
which follows [Google's code styleguide](https://google.github.io/styleguide/javaguide.html).

You can run `mvn process-sources` to manually format the code.

Templates for the view use [Thymeleaf](http://www.thymeleaf.org/),
which allows them to be displayed in browsers as static prototypes.

Expand Down

0 comments on commit 464e5ac

Please sign in to comment.