Selaa lähdekoodia

Don't let Prettier use tabs

JC Brand 11 kuukautta sitten
vanhempi
commit
cf71d7c90d
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

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