summaryrefslogtreecommitdiff
path: root/tools/rustfmt.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-19 21:14:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-20 03:46:26 -0400
commit21c4b8a42de0cdc32a1e93dfb175a0cd5588d8e7 (patch)
tree8e70596d7a53580257f91537c41c52e55afe0f47 /tools/rustfmt.toml
parenta7bf154cb8bb47196e4c83efa1a61d73842a09b5 (diff)
Use 2 space indent.
Apologies for the churn, but my screen is small. rustfmt assumes big monitors.
Diffstat (limited to 'tools/rustfmt.toml')
-rw-r--r--tools/rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rustfmt.toml b/tools/rustfmt.toml
index df99c6919..4c1eefaed 100644
--- a/tools/rustfmt.toml
+++ b/tools/rustfmt.toml
@@ -1 +1,2 @@
max_width = 80
+tab_spaces = 2