From 3585c4481c4385207fae3b6189830ff1c524142d Mon Sep 17 00:00:00 2001 From: Atul Bhosale Date: Wed, 1 May 2019 23:06:36 +0530 Subject: [PATCH] Merge '.rustfmt.toml' into 'rustfmt.toml' --- .rustfmt.toml | 1 - rustfmt.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml deleted file mode 100644 index 45a9457909..0000000000 --- a/.rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -imports_layout = "HorizontalVertical" diff --git a/rustfmt.toml b/rustfmt.toml index 03cbecbdef..ff1d7cf55c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,3 @@ newline_style = "Native" spaces_around_ranges = true +imports_layout = "HorizontalVertical"