Skip to content

Commit

Permalink
Create .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex authored Nov 23, 2018
1 parent a1c1f9e commit 04595a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "preserve"
}

0 comments on commit 04595a8

Please sign in to comment.