Please add an option to preserve, and optionally force, exactly 1 leading space after `[` and 1 trailing space before `]` for inline (flow) arrays. Example: ```yaml # desired python: [ "3.13", "3.14" ] # current (yamlfmt) python: ["3.13", "3.14"] ```
Please add an option to preserve, and optionally force, exactly 1 leading space after
[and 1 trailing space before]for inline (flow) arrays.Example: