joaotavora / yasnippet

A template system for Emacs
http://joaotavora.github.io/yasnippet/
2.81k stars 311 forks source link

Respect c-style #1120

Open nordlow opened 3 years ago

nordlow commented 3 years ago

Is there a way to have yasnippet's be written to respect current c-style set via c-set-style?

phikal commented 3 years ago

I think it should be possible in the snippets themselves. YASnippet can evaluate elisp that checks the C style and readjusts the parentheses accordingly.

nordlow commented 3 years ago

I think it should be possible in the snippets themselves. YASnippet can evaluate elisp that checks the C style and readjusts the parentheses accordingly.

Thanks.