]> git.lizzy.rs Git - rust.git/commit
Allow partial rustfmt.toml
authorChristoph Burgdorf <christoph.burgdorf@bvsn.org>
Fri, 4 Sep 2015 21:01:20 +0000 (23:01 +0200)
committerChristoph Burgdorf <christoph.burgdorf@bvsn.org>
Fri, 4 Sep 2015 22:09:26 +0000 (00:09 +0200)
commit14a94f0bcd4d6892674cbe7dcaf8f3613cac30fc
tree51db46d53df05955b7dddaa10e0b4da955ce9e23
parent17302f8967f22919ff374cb8e57f81e3741a85f3
Allow partial rustfmt.toml

With this change one can use a config file
that only specifies a subset of config keys
to overwrite. E.g. a config file that looks like this

struct_trailing_comma = "Never"
struct_lit_trailing_comma = "Never"

Fixes #255
src/config.rs