Merge pull request #1474 from regexident/configs-guide

Added visual configurations guide.
This commit is contained in:
Nick Cameron 2017-05-02 11:33:53 +12:00 committed by GitHub
commit 547c0142f3
2 changed files with 1772 additions and 2 deletions

1770
Configurations.md Normal file

File diff suppressed because it is too large Load diff

View file

@ -151,7 +151,7 @@ Rustfmt is designed to be very configurable. You can create a TOML file called
`rustfmt.toml` or `.rustfmt.toml`, place it in the project or any other parent
directory and it will apply the options in that file. See `rustfmt
--config-help` for the options which are available, or if you prefer to see
source code, [src/config.rs](src/config.rs).
visual style previews, [Configurations.md](Configurations.md).
By default, Rustfmt uses a style which (mostly) conforms to the
[Rust style guidelines](https://doc.rust-lang.org/1.12.0/style/README.html).