Sfoglia il codice sorgente

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

May just be making defaults explicit, but that seems worthwhile.
Chandler Carruth 6 anni fa
parent
commit
2d72ea113a
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .prettierrc

+ 4 - 0
.prettierrc

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