Skip to content

Commit ab31bba

Browse files
authored
doc: clarify lineWidth dump options (#612)
1 parent ee74ce4 commit ab31bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ options:
130130
- `schema` _(default: `DEFAULT_SCHEMA`)_ specifies a schema to use.
131131
- `sortKeys` _(default: `false`)_ - if `true`, sort keys when dumping YAML. If a
132132
function, use the function to sort the keys.
133-
- `lineWidth` _(default: `80`)_ - set max line width.
133+
- `lineWidth` _(default: `80`)_ - set max line width. Set `-1` for unlimited width.
134134
- `noRefs` _(default: `false`)_ - if `true`, don't convert duplicate objects into references
135135
- `noCompatMode` _(default: `false`)_ - if `true` don't try to be compatible with older
136136
yaml versions. Currently: don't quote "yes", "no" and so on, as required for YAML 1.1

0 commit comments

Comments
 (0)