diff options
| author | pml68 <contact@pml68.dev> | 2024-12-24 00:44:27 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-24 00:44:36 +0100 |
| commit | 699e380dd2d6ebf61849dba8c225b512e9fa816a (patch) | |
| tree | c3f9e75c840ba4256917d705f565022274041213 /rustfmt.toml | |
| parent | refactor: apply a few clippy suggestions (diff) | |
| download | iced-builder-699e380dd2d6ebf61849dba8c225b512e9fa816a.tar.gz | |
style: add `max_width=80` to rustfmt.toml
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 334de43..197262a 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,4 @@ edition = "2021" imports_granularity = "Module" group_imports = "StdExternalCrate" +max_width = 80 |
