Issue description
In the weekly 3/18 meeting, we discuss automatic code formatting and how many tools are insufficient with the current project configuration. It was discovered that intellij has a command line formatter. The proposal is 2 fold:
- add a gradle task that invokes the command line formatter with the associated configuration to format target files
- add git pre-hook scripts that one can install to invoke this automatically on changes files
Issue description
In the weekly 3/18 meeting, we discuss automatic code formatting and how many tools are insufficient with the current project configuration. It was discovered that intellij has a command line formatter. The proposal is 2 fold: