help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alignment of the closing brace in python mode


From: Koidu Spiess
Subject: alignment of the closing brace in python mode
Date: Mon, 21 Jul 2008 18:32:24 +0200
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]