Skip to content

Commit

Permalink
add prettier-plugin-blade
Browse files Browse the repository at this point in the history
  • Loading branch information
saade committed Aug 9, 2023
1 parent 76ecb6d commit 3680392
Show file tree
Hide file tree
Showing 4 changed files with 867 additions and 14 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"plugins": ["@shufo/prettier-plugin-blade"],
"overrides": [
{
"files": ["*.blade.php"],
"options": {
"parser": "blade",
"tabWidth": 4
}
}
],
"semi": false,
"singleQuote": true,
"trailingComma": "all"
Expand Down
Loading

0 comments on commit 3680392

Please sign in to comment.