rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
/* a nice comment with a trailing whitespace */ 
fn foo() {}

/* a nice comment with a trailing tab */			
fn bar() {}