Skip to content

Commit

Permalink
chore: 🔧 prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Dec 13, 2022
1 parent ae53cdc commit dafdde8
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,35 @@
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"arrowParens": "always"
"arrowParens": "always",
"overrides": [
{
"files": ".prettierrc",
"options": {
"tabWidth": 2,
"parser": "json"
}
},
{
"files": "**/*.json",
"options": {
"tabWidth": 2,
"parser": "json"
}
},
{
"files": "**/*.yml",
"options": {
"tabWidth": 2,
"parser": "yaml"
}
},
{
"files": "**/*.yaml",
"options": {
"tabWidth": 2,
"parser": "yaml"
}
}
]
}

0 comments on commit dafdde8

Please sign in to comment.