mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix +1 space before closing comment delimiter in C languages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user