You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03_options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,4 +166,5 @@ Used by: `stringify()` and `doc.toString()`
166
166
| nullStr |`string`|`'null'`| String representation for `null` values. |
167
167
| simpleKeys |`boolean`|`false`| Require keys to be scalars and always use implicit rather than explicit notation. |
168
168
| singleQuote |`boolean ⎮ null`|`null`| Use 'single quote' rather than "double quote" where applicable. Set to `false` to disable single quotes completely. |
169
+
| trailingComma |`boolean`|`false`| Add a trailing comma after the last entry in a flow collection that's split across multiple lines. |
169
170
| trueStr |`string`|`'true'`| String representation for `true` values. |
0 commit comments