emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/dart-mode b1ba925 045/192: arglist-intro should be ++.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode b1ba925 045/192: arglist-intro should be ++.
Date: Sun, 29 Aug 2021 11:01:47 -0400 (EDT)

branch: elpa/dart-mode
commit b1ba925125122e8cfeac6063aee45e24e37dc59d
Author: Nathan Weizenbaum <nweiz@google.com>
Commit: Nathan Weizenbaum <nweiz@google.com>

    arglist-intro should be ++.
---
 dart-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dart-mode.el b/dart-mode.el
index b421df0..2a161df 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -202,7 +202,7 @@
     (c-basic-offset . 2)
     (indent-tabs-mode . nil)
     (fill-column . 80)
-    (c-offsets-alist . ((arglist-intro . +)
+    (c-offsets-alist . ((arglist-intro . ++)
                         (arglist-cont-nonempty . ++)
                         (statement-block-intro . dart-block-offset)
                         (block-close . dart-block-offset)



reply via email to

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