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: package.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,22 @@
399
399
"markdownDescription": "Validation severity for undefined section tag in Qute template files.",
400
400
"scope": "resource"
401
401
},
402
+
"qute.format.splitSectionParameters": {
403
+
"type": "string",
404
+
"enum": [
405
+
"preserve",
406
+
"splitNewLine",
407
+
"alignWithFirstParam"
408
+
],
409
+
"default": "preserve",
410
+
"markdownDescription": "Split multiple section parameters each onto a new line or align parameters to the first. Default is `preserve`. Indicate level of indentation with `#qute.format.splitSectionParametersIndentSize#`.",
411
+
"scope": "window"
412
+
},
413
+
"qute.format.splitSectionParametersIndentSize": {
414
+
"type": "number",
415
+
"default": 2,
416
+
"markdownDescription": "How many levels to indent the section parameters by when `#qute.format.splitSectionParameters#` is `true`. Default value is `2`."
0 commit comments