Skip to content

Commit 774671b

Browse files
authored
docs(fmt): add none variant (#12298)
1 parent f3718f8 commit 774671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fmt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The formatter supports multiple configuration options defined in `foundry.toml`.
116116
| `bracket_spacing` | `false` | Print spaces between brackets. |
117117
| `int_types` | `long` | Style for `uint256`/`int256` types. Options: `long`, `short`, `preserve`. |
118118
| `multiline_func_header` | `attributes_first` | The style of multiline function headers. Options: `attributes_first`, `params_always`, `params_first_multi`, `all`, `all_params`. |
119-
| `prefer_compact` | `all` | Style that determines if a broken list, should keep its elements together on their own line, before breaking individually. Options: `calls`, `events`, `errors`, `events_errors`, `all`. |
119+
| `prefer_compact` | `all` | Style that determines if a broken list, should keep its elements together on their own line, before breaking individually. Options: `none`, `calls`, `events`, `errors`, `events_errors`, `all`. |
120120
| `quote_style` | `double` | The style of quotation marks. Options: `double`, `single`, `preserve`. |
121121
| `number_underscore` | `preserve` | The style of underscores in number literals. Options: `preserve`, `remove`, `thousands`. |
122122
| `hex_underscore` | `remove` | The style of underscores in hex literals. Options: `preserve`, `remove`, `bytes`. |

0 commit comments

Comments
 (0)