[Python-mode] closing delimiters indent
Andreas Röhler
andreas.roehler at online.de
Thu May 2 11:21:21 CEST 2013
Hi Barry,
wrt example given at https://github.com/jcrocholl/pep8/issues/103
__all__ = [
'TestFoo',
'TestGoo',
'TestHoo',
]
Seeing three styles:
- closing "lines up with listing" as displayed
- one col after opener
- at indent of statements/forms beginning (IMHO not recommendable, but seen)
See also https://bugs.launchpad.net/python-mode/+bug/1174174
Cheers,
Andreas
More information about the Python-mode
mailing list