aboutsummaryrefslogtreecommitdiff
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorMichael Gattozzi <mgattozzi@gmail.com>2019-11-15 10:21:01 -0500
committerMichael Gattozzi <mgattozzi@gmail.com>2019-11-15 10:21:01 -0500
commite15390570f0eb5c2f49a32111915ec0c790b07af (patch)
treef0b1f87a7e9d14918724a9470d4894c52aabccc3 /.rustfmt.toml
Initialize the dev-suite repo
This commit initializes the repo with a stubbed out ticket tool and the rustfmt preferences for the repo. The idea is that dev-suite will allow remote collaboration by giving a lot of the functionality that GitHub and other services have, but have all of the data live alongside the repo and it's history. This makes choosing a different service easier and lets people who don't want to use the service have that option.
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..e00fbf2
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,8 @@
+wrap_comments = true
+max_width = 80
+tab_spaces = 2
+imports_layout = "Vertical"
+merge_imports = true
+reorder_impl_items = true
+unstable_features = true
+use_field_init_shorthand = true