File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 8888 "default" : false ,
8989 "description" : " Enable/disable default YAML formatter (requires restart)"
9090 },
91+ "yaml.format.singleQuote" : {
92+ "type" : " boolean" ,
93+ "default" : false ,
94+ "description" : " Use single quotes instead of double quotes"
95+ },
96+ "yaml.format.bracketSpacing" : {
97+ "type" : " boolean" ,
98+ "default" : true ,
99+ "description" : " Print spaces between brackets in objects"
100+ },
101+ "yaml.format.proseWrap" : {
102+ "type" : " string" ,
103+ "default" : " preserve" ,
104+ "enum" : [
105+ " preserve" ,
106+ " never" ,
107+ " always"
108+ ],
109+ "description" : " Always: wrap prose if it exeeds the print width, Never: never wrap the prose, Preserve: wrap prose as-is"
110+ },
91111 "yaml.validate" : {
92112 "type" : " boolean" ,
93113 "default" : true ,
You can’t perform that action at this time.
0 commit comments