Fix +1 space before closing comment delimiter in C languages
This commit is contained in:
parent
d9f4b13d78
commit
7f964bfa65
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
||||||
"/*" "*/"
|
"/*" "*/"
|
||||||
:actions '(insert)
|
:actions '(insert)
|
||||||
:post-handlers '(("| " "SPC")
|
:post-handlers '(("| " "SPC")
|
||||||
("|\n*/[i][d-2]" "RET")
|
("|\n[i]*/[d-2]" "RET")
|
||||||
(+default-expand-asterix-doc-comment-block "*")))
|
(+default-expand-asterix-doc-comment-block "*")))
|
||||||
|
|
||||||
(after! smartparens-ml
|
(after! smartparens-ml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue