File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "yaml.validate" : true ,
3- "yaml.disableAdditionalProperties" : true ,
4- "yaml.completion" : true ,
5- "yaml.extension.recommendations" : true ,
6- "yaml.hover" : true ,
7- "yaml.format.singleQuote" : false ,
8- "yaml.format.printWidth" : 120 ,
9- "yaml.format.proseWrap" : " always" ,
10- "yaml.schemas" : {
11- "schema/plugin.schema.json" : [" /plugins/**" , " /themes/**" ]
12- },
132 "[json]" : {
143 "editor.defaultFormatter" : " esbenp.prettier-vscode"
154 },
187 },
198 "[yaml]" : {
209 "editor.defaultFormatter" : " esbenp.prettier-vscode"
21- }
10+ },
11+ "yaml.completion" : true ,
12+ "yaml.disableAdditionalProperties" : true ,
13+ "yaml.extension.recommendations" : true ,
14+ "yaml.format.printWidth" : 120 ,
15+ "yaml.format.proseWrap" : " always" ,
16+ "yaml.format.singleQuote" : false ,
17+ "yaml.hover" : true ,
18+ "yaml.schemas" : {
19+ "./validator/plugin.schema.json" : [" /plugins/**" , " /themes/**" ]
20+ },
21+ "yaml.validate" : true
2222}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments