Set toml column width to 100
All the other column widths are already set to 100 using prettier.
This commit is contained in:
parent
b0ea87dbd6
commit
9019fc263f
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -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" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue