rust/tests/target/disable_all_formatting.rs
Craig M. Brandenburg f2c867d067 New disable_all_formatting config option (#1297)
* New `disable_all_formatting` config option

* Resolve code review comments
2017-02-07 17:11:47 +13:00

4 lines
124 B
Rust

// rustfmt-disable_all_formatting: true
// Don't format anything.
fn main() { println!("This should not be formatted."); }