Skip to content

Commit

Permalink
feat: use prettier with tabs
Browse files Browse the repository at this point in the history
argue here - rome/tools#425
  • Loading branch information
jthegedus committed May 24, 2020
1 parent fa119a5 commit d7528ab
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
@@ -0,0 +1,6 @@
{
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}

0 comments on commit d7528ab

Please sign in to comment.