Skip to content

Commit

Permalink
add missing items in config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 18, 2024
1 parent 18a8fd7 commit 725c6b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dprint_plugin/deployment/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"type": ["boolean", "null"],
"default": null
},
"astro.scriptIndent": {
"type": ["boolean", "null"],
"default": null
},
"styleIndent": {
"type": "boolean",
"default": false
Expand All @@ -65,6 +69,10 @@
"type": ["boolean", "null"],
"default": null
},
"astro.styleIndent": {
"type": ["boolean", "null"],
"default": null
},
"closingBracketSameLine": {
"type": "boolean",
"default": false
Expand Down Expand Up @@ -159,6 +167,10 @@
"svelteDirectiveShorthand": {
"type": ["boolean", "null"],
"default": null
},
"astroAttrShorthand": {
"type": ["boolean", "null"],
"default": null
}
}
}

0 comments on commit 725c6b3

Please sign in to comment.