Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-01-11 21:31:13 +0300
committerAndrew Gallant <jamslam@gmail.com>2020-01-11 21:31:49 +0300
commitc584a1d56c5f4b64019e1a4d70c5355e3212cc9b (patch)
treecfdd16307a87215dddf88a8c78fd96e7ca6b14fb /rustfmt.toml
parentdc7499a6c6667f469437b10e0549352652407e60 (diff)
style: switch to rustfmt
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..aa37a21
--- /dev/null
+++ b/rustfmt.toml
@@ -0,0 +1,2 @@
+max_width = 79
+use_small_heuristics = "max"