witsch / SublimePythonTidy

A Sublime Text 2 plugin for PythonTidy integration
41 stars 5 forks source link

No tidy as long as there's a .pythontidy.xml in $HOME #9

Open semafor opened 11 years ago

semafor commented 11 years ago

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?

Maijin commented 11 years ago

Same issue I also try to make a .xml with all the default configuration but it doesn't work, nothing happen.

sunus commented 11 years ago

Got the same issue. PythonTidy stops working after I created a .pythontidy.xml and it works if I remove it.