Skip to content

Commit

Permalink
Don't let Prettier use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Aug 29, 2024
1 parent c3a9207 commit cf71d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"quoteProps": "preserve",
"singleQuote": true,
"spaceBeforeFunctionParen": true,
"tabWidth": 4
"tabWidth": 4,
"useTabs": false
}

0 comments on commit cf71d7c

Please sign in to comment.