Skip to content

Commit

Permalink
common .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Mishura committed Jul 28, 2020
1 parent b0db62f commit 7727121
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"tabWidth": 2,
"trailingComma": "none",
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 80
}
9 changes: 0 additions & 9 deletions contracts/test/.prettierrc

This file was deleted.

1 change: 1 addition & 0 deletions contracts/test/.prettierrc

0 comments on commit 7727121

Please sign in to comment.