From 756019b0a87dbda3d94a450dd115c07506f1b2c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 Feb 2018 04:21:57 -0500 Subject: rustfmt --- .rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .rustfmt.toml (limited to '.rustfmt.toml') diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..6735a78 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 78 +control_brace_style = "ClosingNextLine" +use_small_heuristics = false +combine_control_expr = false +struct_lit_single_line = false -- cgit v1.2.3-54-g00ecf