gedaechtnas/.vscode/settings.json
Joscha 9019fc263f Set toml column width to 100
All the other column widths are already set to 100 using prettier.
2025-04-29 01:51:33 +02:00

7 lines
285 B
JSON

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