Fix +1 space before closing comment delimiter in C languages

This commit is contained in:
Henrik Lissner 2019-07-09 02:19:02 +02:00
parent d9f4b13d78
commit 7f964bfa65
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -124,7 +124,7 @@
"/*" "*/"
:actions '(insert)
:post-handlers '(("| " "SPC")
("|\n*/[i][d-2]" "RET")
("|\n[i]*/[d-2]" "RET")
(+default-expand-asterix-doc-comment-block "*")))
(after! smartparens-ml