From fe4cbae692b873425db562784657daeaa7914772 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 9 Jul 2022 19:35:17 +0200 Subject: style: add rustfmt config --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..fcb17fe --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +max_width = 90 +brace_style = "AlwaysNextLine" + -- cgit v1.2.3-18-g5258