Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

Coding Conventions 코딩 규칙


C/C++ 코드 형식


Follows Eclipse's "BSD/Allman [built-in]" formatter profile except for the following 다음 예외를 제외하고 이클립스의 "BSD/Allman [built-in]" 포멧터 프로파일을 따른다:

  • Indentation
    • General settings
      • Tab policy: Spaces only
  • Line Wrapping
    • Maximum line width: 160
    • 'enum' declaration
      • Settings for 'enum' declaration
        • Force split, even if line is shorter than maximum width: check
  • New Lines
    • Insert new line
      • before empty state: uncheck



References 참고 자료



Ubinos Home 유비노스 홈

  • No labels