bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27503: 26.0.50; Not lining up Javascript arguments


From: Dmitry Gutov
Subject: bug#27503: 26.0.50; Not lining up Javascript arguments
Date: Wed, 28 Jun 2017 13:35:17 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0

Hey Ingo,

On 6/27/17 9:16 PM, Ingo Lohmar wrote:
diff --git i/lisp/progmodes/js.el w/lisp/progmodes/js.el
index bae9e52bf0..a27db82eb0 100644
--- i/lisp/progmodes/js.el
+++ w/lisp/progmodes/js.el
@@ -475,6 +475,11 @@ js-flat-functions
    :type 'boolean
    :group 'js)
+(defcustom js-cont-nonempty-list-indent-rigidly nil
+  "Indent continuation of non-empty ([{ lines in `js-mode' rigidly."
+  :type 'boolean
+  :group 'js)

The code looks okay to me. Any particular reason to call this variable
"-rigidly"? What does that mean?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]