Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#110)
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.

Maybe Sisu should do the same?
  • Loading branch information
cstamas authored May 30, 2024
1 parent 57eca68 commit 02679d2
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 02679d2

Please sign in to comment.