From b5cd85f3894584a25b466efdf2ec065323acda23 Mon Sep 17 00:00:00 2001 From: Bonoogi Date: Thu, 12 Oct 2023 15:46:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Improvement]=20Xcode=20Indentation=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=B3=B4=EA=B0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Description] - 기존의 Line Wrapping 설정만으로는 제대로 설정되지 않는 부분이 있어 완전히 설정되도록 내용을 보강합니다. --- docs/Common.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Common.md b/docs/Common.md index cf3944b..d480148 100644 --- a/docs/Common.md +++ b/docs/Common.md @@ -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 규칙 From ec96555516c3a411fe9c425ef8bf286306423acc Mon Sep 17 00:00:00 2001 From: Bonoogi Date: Thu, 12 Oct 2023 15:59:31 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Etc]=20=EB=9D=84=EC=96=B4=EC=93=B0?= =?UTF-8?q?=EA=B8=B0=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Description] - 우디 리뷰에 따라 좀 더 읽기 좋게 띄어쓰기를 추가합니다. --- docs/Common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Common.md b/docs/Common.md index d480148..e8ad1e2 100644 --- a/docs/Common.md +++ b/docs/Common.md @@ -32,7 +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로 설정해서 사용해주세요. +- Xcode에서 **Preferences -> Text Editing -> Indentation** 부분의 **Prefer Indent Using** 부분을 'Spaces'로, **Tab Width**와 **Indent Width** 부분을 2 spaces로 설정해서 사용해주세요. ### Guard 규칙