Set toml column width to 100

All the other column widths are already set to 100 using prettier.
This commit is contained in:
Joscha 2025-04-29 01:51:33 +02:00
parent b0ea87dbd6
commit 9019fc263f

View file

@ -1,6 +1,7 @@
{ {
"css.lint.unknownAtRules": "ignore", "css.lint.unknownAtRules": "ignore",
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"evenBetterToml.formatter.columnWidth": 100,
"[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" }, "[rust]": { "editor.defaultFormatter": "rust-lang.rust-analyzer" },
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" } "[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" }
} }