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

May just be making defaults explicit, but that seems worthwhile.
This commit is contained in:
Chandler Carruth
2020-05-21 15:37:14 -07:00
committed by GitHub
parent de80a96752
commit 2d72ea113a
+4
View File
@@ -1 +1,5 @@
printWidth: 80
proseWrap: "always"
singleQuote: true
tabWidth: 2
useTabs: false