Skip to content

Commit

Permalink
arglist-intro should be ++.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Oct 27, 2011
1 parent 085522f commit b1ba925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart-mode.el
Expand Up @@ -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)
Expand Down

0 comments on commit b1ba925

Please sign in to comment.