Skip to content

Commit

Permalink
fix prettierrc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kalveram committed Apr 24, 2019
1 parent 9dc3019 commit e34aefa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"printWidth": 110,
"semi": false,
"singleQuote": false,
"trailingComma": "all",
"useTabs": false,
"tabWidth": 4
}

0 comments on commit e34aefa

Please sign in to comment.