all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* alignment of the closing brace in python mode
@ 2008-07-21 16:32 Koidu Spiess
  0 siblings, 0 replies; only message in thread
From: Koidu Spiess @ 2008-07-21 16:32 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: mail

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-21 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21 16:32 alignment of the closing brace in python mode Koidu Spiess

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.