Explorar o código

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

May just be making defaults explicit, but that seems worthwhile.
Chandler Carruth %!s(int64=6) %!d(string=hai) anos
pai
achega
2d72ea113a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .prettierrc

+ 4 - 0
.prettierrc

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