vscode-toml
vscode-toml copied to clipboard
Option to disable TOML formatter?
Is there a configuration setting to disable the formatter? It is useful having syntax highlighting, but sometimes it is not desirable to sort items alphabetically.
I was about to open a bug very similar to this because the TOML extension formatting is incompatible with prettier TOML formatting, https://github.com/bd82/toml-tools/issues to be more precise.
I identified only one issue but that is a bug PITA as it seems that is not possible to configure the extension to avoid vertically indenting comments, so it does clash with prettier which never idents them.
As prettier runs on CI/CD pipelines, that takes precedence over extension.