Skip to content

Commit

Permalink
feat: 🎸 add enum input box to wrap attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Oct 18, 2020
1 parent bb961eb commit 8ef4863
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
"bladeFormatter.format.wrapAttributes": {
"type": "string",
"default": "auto",
"enum": [
"auto",
"force",
"force-aligned",
"force-expand-multiline",
"aligned-multiple",
"preserve",
"preserve-aligned"
],
"markdownDescription": "The way to wrap attributes"
}
}
Expand Down

0 comments on commit 8ef4863

Please sign in to comment.