Skip to content

Commit

Permalink
docs: fix config field typo (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonk committed Mar 19, 2023
1 parent 1efe935 commit 07d5d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The basic formatter is a barebones formatter that simply takes the data provided
| `disallow_anchors` | bool | false | If true, reject any YAML anchors or aliases found in the document. |
| `max_line_length` | int | 0 | Set the maximum line length (see notes below). if not set, defaults to 0 which means no limit. |
| `scan_folded_as_literal` | bool | false | Option that will preserve newlines in folded block scalars (blocks that start with `>`). |
| `indentless_array` | bool | false | Render `-` array items (block sequence items) without an increased indent. |
| `indentless_arrays` | bool | false | Render `-` array items (block sequence items) without an increased indent. |

### Note on `max_line_length`

Expand Down

0 comments on commit 07d5d97

Please sign in to comment.