Skip to content

Conversation

@typhoon0678
Copy link
Contributor

  • .prettierrc 파일 수정에 따른 포맷 수정

{
"files": "*.{ts,tsx}",
"options": {
"tabWidth": 4,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSameLine": false,
"quoteProps": "consistent",
"semi": true,
"printWidth": 120,
"trailingComma": "all"
}
},

@typhoon0678 typhoon0678 merged commit f18ab1b into develop Aug 12, 2025
@typhoon0678 typhoon0678 deleted the style/prettier branch August 12, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants