Skip to content

Commit

Permalink
[auto] save vscode settings for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Oct 10, 2019
1 parent 024c08b commit 0fc451f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": false,
"jsxSingleQuote": false,
"printWidth": 100
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"prettier.printWidth": 100,
"prettier.jsxSingleQuote": false,
"prettier.singleQuote": false
}

0 comments on commit 0fc451f

Please sign in to comment.