Contents

Develop
2015.09.17 07:53

[ios] How to set up clang formatter

Views 1478 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

How to set up clang formatter

 

Step 1:
Install alcatraz (http://alcatraz.io). Alcatraz is a package manager for Xcode.
How to install? Simply run:
curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

Step 2:
In Xcode, go to Window -> Package manager.
Search for clangformat.
Click on the folder/briefcase like icon on the left, to install clangformat plugin.
It installs pretty quickly and it might not tell you that it is installed. Do not tap on the folder/briefcase icon again, it will uninstall the plugin.
Close and re-open the package manager, search for clangformat, folder/briefcase like icon should be blue now. That'd indicate that clangformat plugin is now installed.
Restart Xcode
You can read more about clangformat plugin here: https://github.com/travisjeffery/ClangFormat-Xcode . It is based on clang-format.

Step 3:
In Xcode, go to Edit -> Clang Format. Pick "File".
This will ensure that auto-formatter uses our custom formatting preferences file located at apps/shopkick/iphone/Shopkick/.clang-format and lib/iphone/.clang-format.
We're following a slight variation of LLVM coding style.

Step 4:
In Xcode, go to Edit -> Clang Format. Pick "Enable format on save".
This will auto format your code when you save it.
When you are touching the code that hasn't been auto-formatted before, it is recommended that you auto-format it first and place the diff in a separate commit. Your code reviewer will thank you.


?

List of Articles
No. Category Subject Author Date Views
189 Develop [c++] 자료구조(링크리스트,스택,큐)와 후위 표기 계산기 샘플 ㅋㅋ 4 file hooni 2013.04.23 12357
188 Develop [c++] 인라인 함수에 대한 설명 hooni 2013.04.23 7132
187 Develop [c++] 인라인 함수 설명과 예제.. file hooni 2013.04.23 6673
186 Develop [c++] 윈도우 프로세스뷰어 분석.. ㅋㅋ file hooni 2013.04.23 8874
185 Develop [c++] 윈도우 API 정복 예제 file hooni 2013.04.23 7634
184 Develop [c++] 웹폼(webform)전송과 http 파일 업로드 샘플 file hooni 2013.04.23 33118
183 Develop [c++] 압축프로그램(Lite Zip) 샘플 file hooni 2013.04.23 8633
182 Develop [c++] 쓰레드(Thread) 객체의 사용 hooni 2013.04.23 8613
181 Develop [c++] 소켓 프로그래밍 관련 링크.. (퍼올려고 올린거) hooni 2013.04.23 7064
180 Develop [c++] 바탕화면 테두리에 자석처럼 붙는 스냅효과.. file hooni 2013.04.23 8938
179 Develop [c++] 문자열 뒤집기(문자열 거꾸로 출력) hooni 2013.04.23 17324
178 Develop [c++] 마방진 소스코드 file hooni 2013.04.23 9570
Board Pagination Prev 1 ... 78 79 80 81 82 83 84 85 86 87 ... 98 Next
/ 98