Skip to content

Commit

Permalink
Use php5 trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Mar 6, 2020
1 parent c7557aa commit f4623e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"files": "*.php",
"options": {
"singleQuote": true
"singleQuote": true,
"trailingCommaPHP": "php5"
}
}
]
Expand Down

0 comments on commit f4623e3

Please sign in to comment.