aboutsummaryrefslogtreecommitdiffstats
path: root/.rustfmt.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-08-01 14:29:50 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-08-01 19:40:57 +0200
commitb9bce0c426ab258f2c5891ac7eecd944f749e27c (patch)
tree3981bc54a4b0602d918ea378bc0847ea3a988633 /.rustfmt.toml
parentd9a217e3b73a702875c2907d7d1811c3dd82d8e9 (diff)
downloadrocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.tar.gz
rocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.tar.bz2
rocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.zip
Run rustfmt on project.
Diffstat (limited to '.rustfmt.toml')
-rw-r--r--.rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml
new file mode 100644
index 0000000..b2a448b
--- /dev/null
+++ b/.rustfmt.toml
@@ -0,0 +1,2 @@
+control_brace_style = "ClosingNextLine"
+newline_style = "Unix"