ソースを参照

Don't let Prettier use tabs

JC Brand 11 ヶ月 前
コミット
cf71d7c90d
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .prettierrc

+ 2 - 1
.prettierrc

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