Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

Do not reindent after kill in yaml modes #1188

Closed rudi closed 6 months ago

rudi commented 6 months ago

Since yaml is indentation-sensitive, yaml-mode (on gnu elpa) and yaml-ts-mode (part of the next Emacs release) should be added to sp-no-reindent-after-kill-modes.

https://github.com/Fuco1/smartparens/blob/0778a8a84064cf2bc3a9857bd0e7a4619cc1e5c3/smartparens.el#L614

Fuco1 commented 6 months ago

Thanks for reporting!