Skip to content

Commit

Permalink
πŸ“¦ Chore: λ”°μ˜΄ν‘œ μ„€μ • 및 LF, CRLF μ—λŸ¬ 방지 μ½”λ“œ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-paik committed Nov 6, 2023
1 parent 836966a commit 3041601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
"singleQuote": true,
"useTabs": false,
"endOfLine": "auto",
"jsxSingleQuote": true
}

0 comments on commit 3041601

Please sign in to comment.