Merge pull request #315 from alobb/defaultTomlRemoval

https://github.com/nrc/rustfmt/issues/304
This commit is contained in:
cassiersg 2015-09-14 16:53:47 +02:00
commit 45dedc84a7

View file

@ -7,7 +7,7 @@ A tool for formatting Rust code according to style guidelines.
```rust
#[rustfmt_skip]
```
* When you run rustfmt use a file called rustfmt.toml to override the settings in default.toml
* When you run rustfmt use a file called rustfmt.toml to override the default settings of rustfmt.
* We create a functioning executable called rustfmt in the target directory
## How to build and test