aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
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