Auto merge of #2397 - alexcrichton:config-verbose, r=brson
authorbors <bors@rust-lang.org>
Fri, 26 Feb 2016 19:43:08 +0000 (19:43 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Feb 2016 19:43:08 +0000 (19:43 +0000)
This commit adds configuration keys for:

    [term]
    verbose = true
    color = 'auto'

These are all meant to be proxies for the command line flags but configured on a
global basis if desired.


Trivial merge