Navigation Menu

Skip to content

Commit

Permalink
VScode prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Petty committed Oct 17, 2017
1 parent 097af8c commit 7f26786
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
@@ -0,0 +1,8 @@
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"eslintIntegration": "true",
"ignorePath": ".gitignore"
}

0 comments on commit 7f26786

Please sign in to comment.