Skip to content

Commit 030797a

Browse files
Change tab width
1 parent 50c3b1e commit 030797a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/python.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ to \"^python-\"."
27112711
\\{python-mode-map}
27122712
Entry to this mode calls the value of `python-mode-hook'
27132713
if that value is non-nil."
2714-
(set (make-local-variable 'tab-width) 8)
2714+
(set (make-local-variable 'tab-width) 4)
27152715
(set (make-local-variable 'indent-tabs-mode) nil)
27162716

27172717
(set (make-local-variable 'comment-start) "# ")

0 commit comments

Comments
 (0)