summaryrefslogtreecommitdiffstats
path: root/vendor/atty/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/atty/rustfmt.toml')
-rw-r--r--vendor/atty/rustfmt.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/atty/rustfmt.toml b/vendor/atty/rustfmt.toml
new file mode 100644
index 000000000..899a094cd
--- /dev/null
+++ b/vendor/atty/rustfmt.toml
@@ -0,0 +1,4 @@
+# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_args_layout
+fn_args_layout = "Vertical"
+# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports
+merge_imports = true \ No newline at end of file