From 52a21b9bec054e98f35a4af9926325ca0c8f0477 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 23 Aug 2020 21:57:01 -0400 Subject: [PATCH] chore: change line endings to LF, refactor rustfmt [skip travis] --- rustfmt.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index 3992c568..72e8f629 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,8 +1,9 @@ edition = "2018" +reorder_imports = true +reorder_modules = true +merge_derives = true +fn_args_layout = "Compressed" +use_field_init_shorthand = true +tab_spaces = 4 max_width = 100 newline_style = "Unix" -reorder_imports = true -fn_args_layout = "Compressed" -merge_derives = true -reorder_modules = true -tab_spaces = 4