Skip to content

Commit

Permalink
Ensures that prettier has the same settings as editorconfig (Definite…
Browse files Browse the repository at this point in the history
  • Loading branch information
orta authored Sep 24, 2019
1 parent bf6f290 commit e366d47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"tabWidth": 4,
"printWidth": 120
}

0 comments on commit e366d47

Please sign in to comment.