Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

alignment of the closing brace in python mode

7 views
Skip to first unread message

Koidu Spiess

unread,
Jul 21, 2008, 12:32:24 PM7/21/08
to help-gn...@gnu.org, ma...@malte-spiess.de
Hello,

could somebody please help me to change the alignment of the closing
brace in python mode!
Python mode makes the alignment like this:

a = {
"first Key": {
1: 1,
2: 3,
}
}
The closing brace is aligned with the elements in the list or dictionary.

I would like to have it like that:

a = {
"first Key": {
1: 1,
2: 3,
}
}

It is so important to me because the rest of the code in the project is
in such a style.
I would have to deactivate the autoformatting feature of python mode
when I won't get it right.

Regards,
Koidu


0 new messages