sudk/rustfmt.toml
ddidderr fe1077c6c1
[code] refactor, clippy, rustfmt
- added clippy lints and fixed the resulting issues
- moved build_possible_values_db() into the new() call
- extracted the skip_db functionality into their own functions
2024-09-28 10:25:16 +02:00

4 lines
103 B
TOML

group_imports = "StdExternalCrate"
imports_granularity = "Crate"
imports_layout = "HorizontalVertical"