1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

dot rustfmt config

This commit is contained in:
Rob Ede
2023-07-18 16:20:43 +01:00
parent fa49784d07
commit 84fcd7435c
2 changed files with 2 additions and 1 deletions

3
.rustfmt.toml Normal file
View File

@ -0,0 +1,3 @@
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
use_field_init_shorthand = true