Indent correctly after opening square bracket

This commit is contained in:
Micah Chalmer 2013-09-05 22:25:41 -04:00
parent e7d5af8ec7
commit 1c527dfcd4

View File

@ -100,7 +100,7 @@
(beginning-of-line)
(rust-rewind-irrelevant)
(end-of-line)
(if (looking-back "[,;{}(][[:space:]]*\\(?://.*\\)?")
(if (looking-back "[[,;{}(][[:space:]]*\\(?://.*\\)?")
(* rust-indent-offset level)
(back-to-indentation)
(if (looking-at "#")