HookyQR/VSCodeBeautify

"Format on type" uses default formatter instead of Beautify

Opened this issue · 0 comments

When using "editor.formatOnType": true in settings.json, the default formatter appears to be used instead of Beautify. I can tell because none of my Beautify settings are being respected when typing, whereas ctrl+alt+F works as expected.

Is there a way to trigger Beautify when typing, or at least when closing a curly bracket?