Skip to content

Commit

Permalink
(#2) chore: prettier 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdeer committed Oct 22, 2022
1 parent cac2788 commit 1ea9dd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}

0 comments on commit 1ea9dd0

Please sign in to comment.