]> git.lizzy.rs Git - rust.git/commit
Add support for the config-path option
authorsid <sidred@gmail.com>
Fri, 22 Jan 2016 10:43:54 +0000 (16:13 +0530)
committersid <sidred@gmail.com>
Tue, 2 Feb 2016 09:38:44 +0000 (15:08 +0530)
commit46242ed10e2430add4ecdaa44ed195cddbee3197
treed22317328f64edd52cccad3fa4d6141ad8722656
parentee32615df112e9491b583cdd3b6dc8763d2fa155
Add support for the config-path option

Adds a config-path option for rustfmt. If this argument is provided,
it recursively searches the config-path for a rustfmt.toml file.
If file is not found, reverts to searching the file input path for the
config file or uses default options.
src/bin/rustfmt.rs