Skip to content

Commit

Permalink
added prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Place1 committed Dec 10, 2019
1 parent f2cbb51 commit 684c9ca
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 74 deletions.
7 changes: 7 additions & 0 deletions website/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};
Loading

0 comments on commit 684c9ca

Please sign in to comment.