Skip to content

Commit

Permalink
revert, prettier will read the editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeDoc committed Aug 6, 2024
1 parent ae1b43e commit de7cbf8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 4
}
}
]
"trailingComma": "all"
}

0 comments on commit de7cbf8

Please sign in to comment.