Skip to content

Commit

Permalink
Add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Dec 10, 2024
1 parent 6307143 commit dbf8002
Show file tree
Hide file tree
Showing 4 changed files with 1,061 additions and 2,136 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
!/includes
!/src
!/tests/
/tests/*
!/tests/php
9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"plugins": [
"@prettier/plugin-php"
],
"tabWidth": 4,
"printWidth": 100,
"singleQuote": true,
"phpVersion": "7.4"
}
Loading

0 comments on commit dbf8002

Please sign in to comment.