From 715a2a57618d052d2da92a66a24d4996276e24c4 Mon Sep 17 00:00:00 2001 From: Braydon Kains <93549768+braydonk@users.noreply.github.com> Date: Sat, 7 Jan 2023 23:24:59 -0500 Subject: [PATCH] Document scan_folded_as_literal option (#77) I should've documented that lol --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 5158ec9..17977fc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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`