소스 검색

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"
+singleQuote: true
+tabWidth: 2
+useTabs: false