diff options
| author | pml68 <contact@pml68.dev> | 2025-06-27 03:32:19 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-27 03:32:19 +0200 |
| commit | 71d91a74918e1f848911a8e095c94cfd41bf77b1 (patch) | |
| tree | 56a280ce539c2ca2da1eb19ae015a807e69ff515 /rustfmt.toml | |
| parent | feat: make `System` variant non-reactive (diff) | |
| download | iced_material-71d91a74918e1f848911a8e095c94cfd41bf77b1.tar.gz | |
feat: add rustfmt configuration
Diffstat (limited to 'rustfmt.toml')
| -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 0000000..e029395 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2024" +group_imports = "StdExternalCrate" +max_width = 80 |
