Mercurial > hg > config
diff .emacs @ 120:339805e00f03
set python spacing back to four, by popular demand
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 27 Dec 2010 07:13:11 -0800 |
parents | 89a64b0d6146 |
children | 7a4c86310463 |
line wrap: on
line diff
--- a/.emacs Wed Dec 22 17:23:21 2010 -0800 +++ b/.emacs Mon Dec 27 07:13:11 2010 -0800 @@ -10,8 +10,8 @@ ;; indentation ;; python indentation -(setq python-indent 2) -(setq-default py-indent-offset 2) +(setq python-indent 4) +(setq-default py-indent-offset 4) (setq python-guess-indent nil) ;; javascript indentation: http://www.brgeight.se/downloads/emacs/javascript.el