This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Description
In Java, methods should have the opening curly bracket in the same line, which is mostly applied in this repo but not e.g. here.
Maybe we could add a Java linter to enforce the coding style?
Though I'm not sure whether any good Java linter exists beside these which are builtin in an IDE.