diff options
Diffstat (limited to '')
-rw-r--r-- | rustfmt.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..bb2f947 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 80 +merge_imports = true +imports_layout = "Vertical" +hard_tabs = true +tab_spaces = 2
\ No newline at end of file |