浏览代码

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
 }