We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lineWidth
1 parent ee74ce4 commit ab31bbaCopy full SHA for ab31bba
README.md
@@ -130,7 +130,7 @@ options:
130
- `schema` _(default: `DEFAULT_SCHEMA`)_ specifies a schema to use.
131
- `sortKeys` _(default: `false`)_ - if `true`, sort keys when dumping YAML. If a
132
function, use the function to sort the keys.
133
-- `lineWidth` _(default: `80`)_ - set max line width.
+- `lineWidth` _(default: `80`)_ - set max line width. Set `-1` for unlimited width.
134
- `noRefs` _(default: `false`)_ - if `true`, don't convert duplicate objects into references
135
- `noCompatMode` _(default: `false`)_ - if `true` don't try to be compatible with older
136
yaml versions. Currently: don't quote "yes", "no" and so on, as required for YAML 1.1
0 commit comments