branch: externals/idlwave commit 1e87b0f4c009b4e7d42eedf56d3145499031c0a8 Author: JD Smith <jdtsm...@gmail.com> Commit: JD Smith <jdtsm...@gmail.com>
Don't use additional indentation by default with parens --- idlw-variables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idlw-variables.el b/idlw-variables.el index b5becf5702..0154f7e774 100644 --- a/idlw-variables.el +++ b/idlw-variables.el @@ -84,7 +84,7 @@ would yield: :group 'idlwave-code-formatting :type 'boolean) -(defcustom idlwave-indent-parens-nested t +(defcustom idlwave-indent-parens-nested nil "*Non-nil means, indent continuation lines with parens by nesting lines at consecutively deeper levels." :group 'idlwave-code-formatting