From 36dc513e41c349fa69231b81433ccbad911743a6 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 1 Dec 2021 13:05:54 +0100 Subject: Add solution to day 1 --- rustfmt.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..b7e6339 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,11 @@ +brace_style = "AlwaysNextLine" +condense_wildcard_suffixes = true +control_brace_style = "ClosingNextLine" +fn_single_line = true +format_strings = true +imports_granularity = "Module" +match_block_trailing_comma = true +newline_style = "Unix" +group_imports = "StdExternalCrate" +struct_field_align_threshold = 15 +wrap_comments = true \ No newline at end of file -- cgit v1.2.3-70-g09d2