Skip to content

Commit

Permalink
chore: 🤖 add items to runtime schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Sep 19, 2022
1 parent 8d0251b commit 9861ed2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schemas/bladeformatterrc.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@
"description": "Sort Tailwindcss classes automatically",
"default": false,
"type": "boolean"
},
"sortHtmlAttributes": {
"description": "Sort HTML Attributes in the specified order. `none`, `alphabetical`, `code-guide`, `idiomatic`, `vuejs`",
"default": "none",
"type": "string"
},
"tailwindcssConfigPath": {
"description": "Path to custom tailwind config",
"default": "",
"type": "string"
},
"noMultipleEmptyLines": {
"description": "Collapses multiple blank lines into a single blank line",
"default": false,
"type": "boolean"
}
}
}

0 comments on commit 9861ed2

Please sign in to comment.