Skip to content

Commit

Permalink
style: 코드 한줄 길이 120으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsudang committed Dec 24, 2024
1 parent a825a8b commit 71f69f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all"
}
"trailingComma": "all",
"printWidth": 120
}

0 comments on commit 71f69f6

Please sign in to comment.