Hello, it would be nice to have the option to put whitespace on empty lines to match the current indent level. ``` rust fn foo() { let thing = 1; <- Keep this indent. let thing = 2; } ```