branch: elpa/dart-mode
commit b1ba925125122e8cfeac6063aee45e24e37dc59d
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>
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)