Clarify format_macro_bodies description

This commit is contained in:
trevyn 2023-11-28 10:31:01 +04:00 committed by Yacin Tmimi
parent d739d93787
commit c926898ff0
2 changed files with 2 additions and 2 deletions

View File

@ -1098,7 +1098,7 @@ See also [`format_macro_bodies`](#format_macro_bodies).
## `format_macro_bodies`
Format the bodies of macros.
Format the bodies of declarative macro definitions.
- **Default value**: `true`
- **Possible values**: `true`, `false`

View File

@ -74,7 +74,7 @@
format_strings: bool, false, false, "Format string literals where necessary";
format_macro_matchers: bool, false, false,
"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 formatting the bodies of macros invoked with the following names.";
hex_literal_case: HexLiteralCase, HexLiteralCase::Preserve, false,