1
0
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:
Richard M. Stallman 2004-12-05 14:19:38 +00:00
parent 263a40a61b
commit bae7df154a

View File

@ -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)