rustfmt
rustfmt copied to clipboard
Single line if's for 1 stmt block
Fixes #5939
@ytmimi Test files might need more cases, and names could be changed if needed. Let me know your thoughts on it.
will take another pass at this when I have some time. In the meantime take a look at the next round of comments I left.
Made most of the requested changes. I also moved the test file concerning the base functionality of the feature into single_line_if/mod.rs
. I didn't merge the config options, but I can do that when you decide it should be merged.