From 839ad09689e417d1d9e84eb24c627226765f8322 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 4 Jan 2016 09:55:29 +0530 Subject: [PATCH] Rustfmt config --- rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000000..c0695c04126 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 120 +ideal_width = 100 +fn_args_density = "Compressed" +fn_call_width = 80 +fn_args_paren_newline = false \ No newline at end of file -- 2.44.0