Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Maven code base was reformatted with more modern
Palantir formatter, it abandoned its known "airy"
formatting.
  • Loading branch information
cstamas committed May 8, 2024
1 parent 842994b commit 28cddf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ The Sisu build requires Java 11 and Maven 3.6.3 (or above), while the resulting
Coding Style
------------

Sisu follows the same [code style and code conventions][style-guide] as Maven.
Sisu follows the **old Maven code style and code conventions**. Since then, Maven switched to modern
[code style and code conventions][style-guide] that are not applicable to Sisu.

Avoid changing whitespace on lines that are unrelated to your pull request. This helps preserve the accuracy of the git blame view, and makes code reviews easier.

Expand Down

0 comments on commit 28cddf4

Please sign in to comment.