From 13becb31e8b669dd6254c68b3aae110e7711d9db Mon Sep 17 00:00:00 2001 From: Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:17:57 +1300 Subject: chore: init project --- .rustfmt.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .rustfmt.toml (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..ebf394c --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,13 @@ +edition = "2021" + +format_code_in_doc_comments = true +format_strings = true +group_imports = "StdExternalCrate" +hard_tabs = true +hex_literal_case = "Upper" +imports_granulatiry = "Crate" +reorder_impl_items = true +reorder_modules = true +use_field_init_shorthand = true +use_try_shorthand = true +wrap_comments = true -- cgit 1.4.1