Skip to content

Commit

Permalink
run prettier with master config before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Oct 22, 2019
1 parent 85656cb commit ae80361
Show file tree
Hide file tree
Showing 19 changed files with 4,381 additions and 4,430 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ typings/

.idea
dist/
website/build
6 changes: 3 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"requirePragma": false,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false,
"useTabs": true,
"overrides": [
{
"files": [".prettierrc", "*.json"],
"options": {
"printWidth": 200,
"tabWidth": 2
"tabWidth": 2,
"useTabs": false
}
}
]
Expand Down
Loading

0 comments on commit ae80361

Please sign in to comment.