diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-09 19:35:17 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-09 19:35:17 +0200 |
commit | fe4cbae692b873425db562784657daeaa7914772 (patch) | |
tree | 114673013523494a77148c9a2f98ac84841bd51e | |
parent | 4fe3fc03b6a0d6297c50f840916efa51c6d9ceeb (diff) |
style: add rustfmt config
-rw-r--r-- | rustfmt.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" + |