Bracing options for modules #1763
Labels
good first issue
Issues up for grabs, also good candidates for new rustfmt contributors
only-with-option
requires a non-default option value to reproduce
poor-formatting
There should be an option to configure the brace style for modules just like
control_brace_style
,fn_brace_style
, anditem_brace_style
.Currently, only the following is possible:
However, if there was a
mod_brace_style
then there could be an option for"AlwaysNextLine"
which makes the above code look like the following:The text was updated successfully, but these errors were encountered: