lisongmechlab / lsml

Li Song Mech Lab
http://lisongmechlab.github.io/lsml/
GNU General Public License v3.0
42 stars 6 forks source link

Implement automatic code formatting and enforcement #794

Closed LiSongMWO closed 2 years ago

LiSongMWO commented 2 years ago

Use gradle to implement a code formatting check that will fail ./gradlew check if changed files are not properly formatted.

The goal is to provide an easy way to apply the formatting, prevent commits without proper formatting and to have IDE integration for at least the "blessed" IDE: IntelliJ.