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..484e592
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,8 @@
+combine_control_expr = false
+condense_wildcard_suffixes = true
+hard_tabs = false
+hex_literal_case = "lower"
+match_block_trailing_comma = true
+space_before_colon = true
+tab_spaces = 2
+trailing_comma = "vertical" \ No newline at end of file