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 참고 자료



Ubinos Home 유비노스 홈