mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +00:00
Merge pull request #315 from alobb/defaultTomlRemoval
https://github.com/nrc/rustfmt/issues/304
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user