rustfmt icon indicating copy to clipboard operation
rustfmt copied to clipboard

Single line if's for 1 stmt block

Open Sjael opened this issue 1 year ago • 5 comments

Fixes #5939

Sjael avatar Jan 19 '24 03:01 Sjael

@ytmimi Test files might need more cases, and names could be changed if needed. Let me know your thoughts on it.

Sjael avatar Jan 24 '24 18:01 Sjael

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.

ytmimi avatar Jan 25 '24 02:01 ytmimi

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.

Sjael avatar Jan 26 '24 03:01 Sjael