fileformats/.vscode/settings.json
Théo LUDWIG aa8e289a2b
All checks were successful
ci / ci (1.74.0) (push) Successful in 55s
ci / ci (stable) (push) Successful in 38s
ci / lint-markdown (push) Successful in 10s
ci / lint-commit (push) Successful in 21s
ci / lint-general (push) Successful in 46s
chore: setup tools
2024-01-27 19:49:31 +01:00

19 lines
534 B
JSON

{
"rust-analyzer.check.command": "clippy",
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.tabSize": 4,
"editor.formatOnSave": true
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml",
"editor.formatOnSave": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.configPath": ".prettierrc.json",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}