mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
* feat(cli): add custom commands `bitcoin-indexer-fmt` and `bitcoin-indexer-clippy` * chore: format and clippy the codebase * feat(ci): add doctest ci job * feat(ci): support format on save for rust files
10 lines
268 B
JSON
10 lines
268 B
JSON
{
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"rust-analyzer.rustfmt.extraArgs": [
|
|
"--config",
|
|
"group_imports=StdExternalCrate,imports_granularity=Crate"
|
|
]
|
|
}
|