diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-06-12 22:14:01 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-06-12 22:15:28 +0200 |
commit | 6199bdea710cde33e5d5381b6d6abfc8af46df19 (patch) | |
tree | 81635a0e398c4203885dbde7ac2bb96d8098e94a | |
parent | fff0a03fe0f9e84209dd40fd8f93790871d03d75 (diff) | |
download | embassy-6199bdea710cde33e5d5381b6d6abfc8af46df19.zip |
Add rustfmt.toml with some nice settings.
-rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..3639f438 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +group_imports = "StdExternalCrate" +imports_granularity = "Module" +max_width=120
\ No newline at end of file |