Indent correctly after opening square bracket
This commit is contained in:
parent
e7d5af8ec7
commit
1c527dfcd4
@ -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 "#")
|
||||
|
Loading…
Reference in New Issue
Block a user