Difference between revisions of "Fix weird tab situations for python in emacs"

From HeepyWiki
Jump to navigation Jump to search
(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")
 
(No difference)

Latest revision as of 20:58, 27 May 2014

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