Skip to content

Commit

Permalink
Adding default values for YAML language server.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Sep 27, 2023
1 parent e21eb3d commit 1226afc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"yaml.completion": true,
"yaml.hover": true,
"yaml.validate": true,
"yaml.format.enable": true,
"yaml.format.printWidth": 80,
"yaml.format.bracketSpacing": true,
"yaml.format.proseWrap": "preserve",
"yaml.schemas": {
"https://spec.openapis.org/oas/3.1/schema/2022-10-07": [
"openapi.yaml",
Expand Down

0 comments on commit 1226afc

Please sign in to comment.