Skip to content

Commit

Permalink
chore: format package.json with 2 spaces of indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed Sep 17, 2023
1 parent 46d404c commit 74b39c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ overrides:
- files: '*.svg'
options:
parser: html
- files: 'package.json'
options:
tabWidth: 2
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@prettier/plugin-php": "^0.20.1",
"@prettier/plugin-xml": "^3.2.1",
"prettier": "^3.0.3"
}
"devDependencies": {
"@prettier/plugin-php": "^0.20.1",
"@prettier/plugin-xml": "^3.2.1",
"prettier": "^3.0.3"
}
}

0 comments on commit 74b39c0

Please sign in to comment.