aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-11 14:51:18 -0400
committerDeterminant <tederminant@gmail.com>2020-06-11 14:51:18 -0400
commit3529e120694d3b9deb6eb2122e309efede0e3644 (patch)
treef803ca8f04d275e372ee78ea8e6052cde50e02e4 /rustfmt.toml
parent3550279bea05360d7d84b7cd70939106096af43b (diff)
format with rustfmt
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..768d2e3
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,8 @@
+edition = "2018"
+unstable_features = true
+max_width = 80
+binop_separator = "Back"
+inline_attribute_width = 80
+fn_params_layout = "Compressed"
+hard_tabs = false
+tab_spaces = 4