Explorar el Código

Don't let Prettier use tabs

JC Brand hace 11 meses
padre
commit
cf71d7c90d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

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