f2c867d067
* New `disable_all_formatting` config option * Resolve code review comments
5 lines
124 B
Rust
5 lines
124 B
Rust
// rustfmt-disable_all_formatting: true
|
|
// Don't format anything.
|
|
|
|
fn main() { println!("This should not be formatted."); }
|