Add prettier config

pull/79937/head
Pine Wu 2019-08-27 09:33:19 -07:00
parent 739ae7737a
commit a22b7c6502
1 changed files with 6 additions and 0 deletions

6
.prettierrc.json 100644
View File

@ -0,0 +1,6 @@
{
"useTabs": true,
"printWidth": 120,
"semi": true,
"singleQuote": true
}