From ebe4a2d80dffb89d1fbceb14dbac3dc6da004fb8 Mon Sep 17 00:00:00 2001 From: doug tangren Date: Mon, 24 Dec 2018 13:11:02 +0900 Subject: update to 2018 edition (#141) * update to 2018 edition * remove more externs * bump version --- rustfmt.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index ecbc0a6..3eb534e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,4 @@ -# style function arg lists consistently -fn_args_density = "Vertical" \ No newline at end of file +# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_args_density +fn_args_density = "Vertical" +# https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports +merge_imports = true \ No newline at end of file -- cgit v1.2.3