Clarify format_macro_bodies
description
This commit is contained in:
parent
d739d93787
commit
c926898ff0
@ -1098,7 +1098,7 @@ See also [`format_macro_bodies`](#format_macro_bodies).
|
|||||||
|
|
||||||
## `format_macro_bodies`
|
## `format_macro_bodies`
|
||||||
|
|
||||||
Format the bodies of macros.
|
Format the bodies of declarative macro definitions.
|
||||||
|
|
||||||
- **Default value**: `true`
|
- **Default value**: `true`
|
||||||
- **Possible values**: `true`, `false`
|
- **Possible values**: `true`, `false`
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
format_strings: bool, false, false, "Format string literals where necessary";
|
format_strings: bool, false, false, "Format string literals where necessary";
|
||||||
format_macro_matchers: bool, false, false,
|
format_macro_matchers: bool, false, false,
|
||||||
"Format the metavariable matching patterns in macros";
|
"Format the metavariable matching patterns in macros";
|
||||||
format_macro_bodies: bool, true, false, "Format the bodies of macros";
|
format_macro_bodies: bool, true, false, "Format the bodies of declarative macro definitions";
|
||||||
skip_macro_invocations: MacroSelectors, MacroSelectors::default(), false,
|
skip_macro_invocations: MacroSelectors, MacroSelectors::default(), false,
|
||||||
"Skip formatting the bodies of macros invoked with the following names.";
|
"Skip formatting the bodies of macros invoked with the following names.";
|
||||||
hex_literal_case: HexLiteralCase, HexLiteralCase::Preserve, false,
|
hex_literal_case: HexLiteralCase, HexLiteralCase::Preserve, false,
|
||||||
|
Loading…
Reference in New Issue
Block a user