Coding Conventions
Coding Conventions 코딩 규칙
C/C++ 코드 형식
Follows Eclipse's "BSD/Allman [built-in]" formatter profile except for the following 다음 예외를 제외하고 이클립스의 "BSD/Allman [built-in]" 포멧터 프로파일을 따른다:
Indentation
Tab policy: Spaces only
Line Wrapping
Maximum line width: 160
'enum' declaration
Force split, even if line is shorter than maximum width: check
New Lines
before empty state: uncheck
References 참고 자료
Coding Convention wiki page 코딩 규칙 위키 페이지
Indentation Style wiki page 들여쓰기 양식 위키 페이지
Google C++ Style Guide weg page 구글 C++ 스타일 가이드 웹페이지