Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanLeece authored Nov 17, 2019
1 parent 01cb661 commit 541dd7a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"printWidth": 100,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"semi": true,
"tabWidth": 3,
"useTabs": true
"overrides": [
{
"files": "*.{json,yml}",
"options": {
"tabWidth": 2,
"singleQuote": false
}
}
]
}

0 comments on commit 541dd7a

Please sign in to comment.