Ver Fonte

Don't let Prettier use tabs

JC Brand há 11 meses atrás
pai
commit
cf71d7c90d
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

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