Skip to content

Commit

Permalink
Adds prettier defaults for VS Code (jestjs#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored and cpojer committed May 19, 2017
1 parent a428182 commit a0ae458
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"**/.git": true,
"**/node_modules": true,
"**/build": true
}
},
"prettier.parser": "flow",
"prettier.printWidth": 80,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"prettier.semi": true
}

0 comments on commit a0ae458

Please sign in to comment.