Open jmg-duarte opened 2 months ago
In my VSCode workspace config I have:
"evenBetterToml.taplo.configFile.path": ".taplo.toml", "evenBetterToml.taplo.configFile.enabled": true,
Taplo and VSCode format things differently when using the same config.
I noticed https://github.com/tamasfe/taplo/issues/624 and tried the following:
"evenBetterToml.taplo.bundled": false, "evenBetterToml.taplo.path": "/<FULL_PATH_REDACTED>/.cargo/bin/taplo"
You can imagine how frustrating this is...
In my VSCode workspace config I have:
Taplo and VSCode format things differently when using the same config.
I noticed https://github.com/tamasfe/taplo/issues/624 and tried the following:
You can imagine how frustrating this is...