An sbt plugin for formatting Java code. This plugin began as a combination of ideas from this blog post and this maven plugin, though it has evolved since. google-java-format relies on internal ...
Original code had ability to run default formatting with eclipse with no config file and setting the compiler level for the formatters to use by default. This was lost with @velo indicating problem in ...