summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-01-01 10:19:52 +0000
committerGitHub <noreply@github.com>2024-01-01 05:19:52 -0500
commitecb6faa089271be48325eb7371a3a01a17683ba4 (patch)
tree4a4bfebdc2f27ecb13a0905c8f5eb9b7fb09ac3a /rustfmt.toml
parent74792f0ddf0a184e17c98877d9f531282cdce92f (diff)
refactor: restructure canvas file folder structure (#1368)
* refactor: group together some canvas files * rename file * more shuffling around * fmt * more shuffling Going to flatten widgets in another PR. * some docs * naming * fmt
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 798864da..c4a8b584 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -7,6 +7,7 @@ tab_spaces = 4
max_width = 100
# Unstable options, disabled by default.
+# imports_granularity = "Crate"
# group_imports = "StdExternalCrate"
# wrap_comments = true
# format_code_in_doc_comments = true