Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
chore(prettier): update format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGnaL committed Oct 12, 2019
1 parent 6b65d2d commit 3fe3d50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
@@ -1,4 +1,6 @@
{
"singleQuote": true,
"arrowParens": "always"
"bracketSpacing": false,
"arrowParens": "always",
"printWidth": 120
}

0 comments on commit 3fe3d50

Please sign in to comment.