diff options
| author | pml68 <contact@pml68.dev> | 2024-12-24 01:12:36 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-24 01:12:36 +0100 |
| commit | 7db43ca97b41a210dab3aa7803c185287640bebf (patch) | |
| tree | 161cc9c756d3b1a7986c60ca8e933c2a5e8078c4 /iced_builder/rustfmt.toml | |
| parent | style: add `max_width=80` to rustfmt.toml (diff) | |
| download | iced-builder-7db43ca97b41a210dab3aa7803c185287640bebf.tar.gz | |
feat: move rustfmt.toml to `iced_builder`
Diffstat (limited to 'iced_builder/rustfmt.toml')
| -rw-r--r-- | iced_builder/rustfmt.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iced_builder/rustfmt.toml b/iced_builder/rustfmt.toml new file mode 100644 index 0000000..197262a --- /dev/null +++ b/iced_builder/rustfmt.toml @@ -0,0 +1,4 @@ +edition = "2021" +imports_granularity = "Module" +group_imports = "StdExternalCrate" +max_width = 80 |
