Skip to content

Commit 230de71

Browse files
authored
Merge pull request #170 from redhat-developer/printWidthSetting
Added yaml.format.printWidth setting
2 parents a4f3304 + 798fa9c commit 230de71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
],
108108
"description": "Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is"
109109
},
110+
"yaml.format.printWidth": {
111+
"type": "integer",
112+
"default": 80,
113+
"description": "Specify the line length that the printer will wrap on"
114+
},
110115
"yaml.validate": {
111116
"type": "boolean",
112117
"default": true,

0 commit comments

Comments
 (0)