mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
(py-indent-offset): Change default to 4.
This commit is contained in:
parent
825bae7c35
commit
17914f4e17
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
(defvar py-python-command "python"
|
||||
"*Shell command used to start Python interpreter.")
|
||||
|
||||
(defvar py-indent-offset 8 ; argue with Guido <grin>
|
||||
(defvar py-indent-offset 4
|
||||
"*Indentation increment.
|
||||
Note that `\\[py-guess-indent-offset]' can usually guess a good value
|
||||
when you're editing someone else's Python code.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue