Comment 0 for bug 867135

Revision history for this message
Ryan Kaskel (ryankaskel) wrote :

I've browsed the bug list and didn't see this issue listed. Below is a sample file that demonstrates what happens. I am using 6.0.2.

-----
# Below is the default indenation. After the final ")", type a "#" and notice
# how it automatically indents when it shouldn't
marketing_companies = (
    ('ABC Marketing', 'http://example.com'),
    )
    #

    #

    # it will indent every subsequent "#"

# Until I delete the space in front of it

# I prefer this format:
marketing_companies = (
    ('ABC Marketing', 'http://example.com'),
)
    #

    # and the same thing happens

    # I think this has to do with py-electric-comment