Skip to content

Commit

Permalink
#7 setting: prettier 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kj9470 committed Nov 18, 2024
1 parent af18fbe commit 29b7c67
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"experimentalTernaries": false,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false
}

0 comments on commit 29b7c67

Please sign in to comment.