From ecb6faa089271be48325eb7371a3a01a17683ba4 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:19:52 +0000 Subject: 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 --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rustfmt.toml') 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 -- cgit v1.2.3