From 07d5d970d03cc8d7a8168ff19b802e7e64ec6da7 Mon Sep 17 00:00:00 2001 From: Braydon Kains <93549768+braydonk@users.noreply.github.com> Date: Sun, 19 Mar 2023 09:55:02 -0400 Subject: [PATCH] docs: fix config field typo (#95) --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 29bc574..06b3a78 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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`