rustfmt is not indenting method calls
rustfmt is not indenting method calls by default in some cases.
rustfmt: disable compound conditional opening curly brace on new line
I have a Rust compound conditional that doesn’t fit on one line, like the following. cargo fmt
insists on putting the opening curly brace on a new line.
rustfmt: disable compound conditional opening curly brace on new line
I have a Rust compound conditional that doesn’t fit on one line, like the following. cargo fmt
insists on putting the opening curly brace on a new line.