changeset 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 dc3c8f90a418
children c0bd17a8033b
files .emacs
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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