rustfmt-nightly 0.6.0

Tool to find and fix Rust formatting issues
// rustfmt-config: small_tabs.toml
// rustfmt-target: hello.rs

// Smoke test - hello world.

fn main() { println!("Hello world!"); }