We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It is pretty easy to use this formatter with Sublime Text. Just add a new build system.
tools > Build System > Add Build System . . .
{ "cmd": ["/Users/toverly/Code/github/format/bin/format $file_name;/usr/local/bin/subl --command revert"], "selector": "java.groovy", "shell": true }
Then you just need to "build" (Command-B) the java or groovy file in this example. It will then format the file.