mirror of
https://github.com/theoludwig/billion_row_challenge.git
synced 2024-11-09 22:08:51 +01:00
17 lines
390 B
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"
|
|
}
|
|
}
|