Tabs for indentation & Spaces for alignment in Python 3?

Marko Rauhamaa marko at pacujo.net
Sat Dec 6 03:40:57 EST 2014


Michael Torrie <torriem at gmail.com>:

> In fact a decent editor that is auto-indenting code would, at least in
> C or C++ mode, do that automatically.

A decent editor frees you from this dilemma entirely:

    (custom-set-variables
     '(indent-tabs-mode nil))

HT belongs together with VT, SOH and ETB.


Marko



More information about the Python-list mailing list