Skip to content

Commit 464e5ac

Browse files
committed
document mass reformatting
1 parent 23fab3e commit 464e5ac

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# reformatting using fmt-maven-plugin / google-java-format which follows Google's code styleguide.
2+
d5e1f5bfb85256e8a69441aaea62c01f398f43f9

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ application built with [Spring Boot](https://projects.spring.io/spring-boot/).
7575
Packaging is done by feature and all Spring configuration is
7676
Java annotation based.
7777

78+
The code is auto-formatted using [fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin)
79+
using [google-java-format](https://github.com/google/google-java-format)
80+
which follows [Google's code styleguide](https://google.github.io/styleguide/javaguide.html).
81+
82+
You can run `mvn process-sources` to manually format the code.
83+
7884
Templates for the view use [Thymeleaf](http://www.thymeleaf.org/),
7985
which allows them to be displayed in browsers as static prototypes.
8086

0 commit comments

Comments
 (0)