From 1a8d4449192b17c67f615faef44a1993efbac142 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 21 Feb 2021 18:30:25 -0800 Subject: :star: --- src-tauri/rustfmt.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src-tauri/rustfmt.toml (limited to 'src-tauri/rustfmt.toml') diff --git a/src-tauri/rustfmt.toml b/src-tauri/rustfmt.toml new file mode 100644 index 0000000..45642c1 --- /dev/null +++ b/src-tauri/rustfmt.toml @@ -0,0 +1,13 @@ +max_width = 100 +hard_tabs = false +tab_spaces = 2 +newline_style = "Auto" +use_small_heuristics = "Default" +reorder_imports = true +reorder_modules = true +remove_nested_parens = true +edition = "2018" +merge_derives = true +use_try_shorthand = false +use_field_init_shorthand = false +force_explicit_abi = true -- cgit v1.2.3