Bryan Larsen wrote:
Catalin Marinas wrote:
An additional thing, can you please convert all the tabs to spaces?
That's a better convention for a language like Python where you
delimit blocks by indentation.
I would have hoped that emacs py-mode would "do the right thing".
Anybody know how to make it do what Catalin wants?
Yeah, the default emacs mode seems to be to Do The Wrong Thing. I have
this in my .emacs, YMMV.
(setq-default indent-tabs-mode nil) ; Don't insert tab characters.
(setq-default tab-width 4) ; If there are tabs, display
; as 4 spaces.
You can set the tab-width to something much larger to make existing tabs
obvious.
Jerry
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html