浏览代码

Add some other explicit options to our Prettier.io config. (#25)

May just be making defaults explicit, but that seems worthwhile.
Chandler Carruth 6 年之前
父节点
当前提交
2d72ea113a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .prettierrc

+ 4 - 0
.prettierrc

@@ -1 +1,5 @@
+printWidth: 80
 proseWrap: "always"
 proseWrap: "always"
+singleQuote: true
+tabWidth: 2
+useTabs: false