Skip to content

Commit

Permalink
Update perttier config
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Feb 11, 2024
1 parent 2982e0c commit ee6ee23
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .prettierrc.json
@@ -1,6 +1,15 @@
{
"plugins": ["@prettier/plugin-php"],
"singleQuote": true,
"phpVersion": "8.0",
"trailingCommaPHP": true,
"braceStyle": "psr-2"
"overrides": [
{
"files": "*.php",
"options": {
"parser": "php",
"phpVersion": "8.0",
"trailingCommaPHP": true,
"braceStyle": "psr-2"
}
}
]
}

0 comments on commit ee6ee23

Please sign in to comment.