harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.
Apache License 2.0
5 stars 0 forks source link

Reformat all code to a common spec manually. #11

Closed harningt closed 9 years ago

harningt commented 9 years ago

To help keep things simple moving forward and reduce diff-noise later on, a common formatting ruleset needs to be setup.

First pass would be to format all the code "manually" using IntelliJ IDEA rules. Second pass would be to add automated style-checks as in #10

harningt commented 9 years ago

Address as of c159b5ec964a413bd8414336cf35504e34122457 by updating the local IntelliJ IDEA rules and globally applying code reformat.

Downside is that it appears that the rules aren't trivially exportable.