Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Xcode Indentation 설정 보강 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Common.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

- Indent는 2칸으로 지정합니다.
- Xcode에서 **Preferences -> Text Editing -> Display -> Line wrapping** 부분을 2 spaces로 설정해서 사용해주세요.
- Xcode에서 **Preferences -> Text Editing -> Indentation** 부분의 **Prefer Indent Using** 부분을 'Spaces'로, **Tab Width**와 **Indent Width** 부분을 2 spaces로 설정해서 사용해주세요.

### Guard 규칙

Expand Down