summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorstuebinm2022-02-01 20:02:21 +0100
committerstuebinm2022-02-01 20:37:01 +0100
commitbe7cc4ca0b7a168a9c6cd110a74d04c35956cdde (patch)
tree2fb0d287f335aefe425f68ac3946c8ae600c8592 /rustfmt.toml
parent6af74791f87f812516d0158f9124a70d4943e194 (diff)
pretty print pretty printing code
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
new file mode 100644
index 0000000..fb47ac3
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,3 @@
+max_width = 80
+tab_spaces = 2
+trailing_comma = "never"