Plugin for code reformatting (line up to nearest tab)?
I've looked but not found, is there a plugin that can align code to the nearest tab?
class Model(db.Model): category = db.StringProperty(u"Rodzaj") level = db.StringProperty(u"Poziom") name = db.StringProperty(u"Nazwa")There is a enhancement ticket filed at http://youtrack.jetbrains.com/issue/PY-1290 , but it's 3 years old and has minimal votes.
Please sign in to leave a comment.