SublimePythonTidy
SublimePythonTidy copied to clipboard
No tidy as long as there's a .pythontidy.xml in $HOME
Tidy works great, with default settings, until I put a file at ~/.pythontidy.xml
Both the produced config and example config from SublimePythonTidy readme prevents tidying.
<config>
</config>
The above also fails. Any ideas?
Same issue I also try to make a .xml with all the default configuration but it doesn't work, nothing happen.
Got the same issue. PythonTidy stops working after I created a .pythontidy.xml and it works if I remove it.