1
1
mirror of https://github.com/theoludwig/billion_row_challenge.git synced 2024-07-24 22:39:38 +02:00
billion_row_challenge/.vscode/settings.json

17 lines
390 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.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}