mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(sh-indent-for-then): Change default.
This commit is contained in:
parent
263a40a61b
commit
bae7df154a
@ -1102,7 +1102,7 @@ does not affect then else elif or fi statements themselves."
|
||||
:type `(choice ,@ sh-number-or-symbol-list )
|
||||
:group 'sh-indentation)
|
||||
|
||||
(defcustom sh-indent-for-then '+
|
||||
(defcustom sh-indent-for-then 0
|
||||
"*How much to indent a then relative to an if."
|
||||
:type `(choice ,@ sh-number-or-symbol-list )
|
||||
:group 'sh-indentation)
|
||||
|
Loading…
Reference in New Issue
Block a user