Skip to content

Commit

Permalink
Sort .prettierrc.json by keys
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jan 25, 2024
1 parent b304b38 commit f7f71c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 100,
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none",
"plugins": ["prettier-plugin-tailwindcss"]
"tabWidth": 2,
"trailingComma": "none"
}

0 comments on commit f7f71c6

Please sign in to comment.