Fix weird tab situations for python in emacs

From HeepyWiki
Revision as of 20:58, 27 May 2014 by Morris (talk | contribs) (Created page with "4-space indentation is preferable. if a file is full of tabs, it is gross. first m-x set-variable tab-width 4 then select the whole file in a region then m-x untabify")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

4-space indentation is preferable. if a file is full of tabs, it is gross.

first m-x set-variable tab-width 4

then select the whole file in a region

then m-x untabify