Skip to content

Commit

Permalink
Document scan_folded_as_literal option (#77)
Browse files Browse the repository at this point in the history
I should've documented that lol
  • Loading branch information
braydonk committed Jan 8, 2023
1 parent f35f343 commit 715a2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/config.md
Expand Up @@ -53,6 +53,7 @@ The basic formatter is a barebones formatter that simply takes the data provided
| `retain_line_breaks` | bool | false | Retain line breaks in formatted yaml |
| `disallow_anchors` | bool | false | If true, reject any YAML anchors or aliases found in the document. |
| `max_line_length` | int | -1 | Set the maximum line length (see notes below) |
| `scan_folded_as_literal` | bool | false | Option that will preserve newlines in folded block scalars (blocks that start with `>`). |

## Note on `max_line_length`

Expand Down

0 comments on commit 715a2a5

Please sign in to comment.