Skip to content

Commit

Permalink
update prettier rules for *.js files
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Feb 10, 2020
1 parent 3e330a7 commit fc8749d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"trailingComma": "none",
"bracketSpacing": true,
"overrides": [
{
"files": "*.js",
"options": {
"tabWidth": 2
}
},
{
"files": "*.json",
"options": {
Expand Down

0 comments on commit fc8749d

Please sign in to comment.