Indent correctly after opening square bracket
This commit is contained in:
parent
e7d5af8ec7
commit
1c527dfcd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue