martin/rustfmt.toml
Yuri Astrakhan 7e20602079
Minor refactor and cleanup (#716)
* moved `IdResolver` to a separate file
* added `just fmt2` build target to format code using nightly mode
* moved all Actix `Data<AppState>` into individual state objects, e.g.
`Data<Sources>` (allows other source types, separate from `Sources`
type)
* move all Source-related code to a new `Sources` struct (a simple
wrapper over a HashMap)
2023-06-15 18:36:41 -04:00

5 lines
208 B
TOML

## These should be enabled in the future, but for now its a manual step to simplify usage.
## Use Justfile fmt2 target instead: just fmt2
#imports_granularity = "Module"
#group_imports = "StdExternalCrate"