Browse Source

Don't let Prettier use tabs

JC Brand 11 months ago
parent
commit
cf71d7c90d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

@@ -3,5 +3,6 @@
   "quoteProps": "preserve",
   "singleQuote": true,
   "spaceBeforeFunctionParen": true,
-  "tabWidth": 4
+  "tabWidth": 4,
+  "useTabs": false
 }