Skip to content

Commit

Permalink
Use more default prettier settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 27, 2023
1 parent 2e90faa commit 185b4ad
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,

"overrides": [
{
"files": "*.yml",
"options": { "tabWidth": 2 }
}
]
"printWidth": 120,
"singleQuote": true
}

0 comments on commit 185b4ad

Please sign in to comment.