diff options
| author | pml68 <contact@pml68.me> | 2024-10-30 03:00:17 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-30 03:00:17 +0100 |
| commit | 87e745b8e60225a789b51d5011fa620051c4cfbe (patch) | |
| tree | 6bf3cede25ee428939500038439508415d636f45 /rustfmt.toml | |
| parent | feat: implement very basic playground (diff) | |
| download | iced-builder-87e745b8e60225a789b51d5011fa620051c4cfbe.tar.gz | |
feat: add error dialogs, windows manifest
Diffstat (limited to '')
| -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..334de43 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +edition = "2021" +imports_granularity = "Module" +group_imports = "StdExternalCrate" |
