How do I create a new Komodo code formatter for a given language?
Komodo's code formatting system can be used to launch external code formatting applications on your source code.
Note: If you receive a Python error about of unable to import the "tokenize" module, try creating a shell script or batch file that unsets the PYTHONHOME environment variable, example shell script:
#!/bin/sh unset PYTHONHOME $@