Przeglądaj źródła

Don't let Prettier use tabs

JC Brand 11 miesięcy temu
rodzic
commit
cf71d7c90d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

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