Skip to content

Commit

Permalink
style: prettierrc에 endOfLine auto 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
solo5star committed Aug 8, 2023
1 parent 1427fd5 commit f82ae4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"endOfLine": "auto"
}

0 comments on commit f82ae4d

Please sign in to comment.