20241028171514 clang-format

ccppcodingstandard

木下研究所のclang-formatはこんなです。

Standard: Auto
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AccessModifierOffset: -4
NamespaceIndentation: None
BreakBeforeBraces: Custom
PointerAlignment: Left
AlignConsecutiveAssignments: true 
SortIncludes: false
FixNamespaceComments: false
IndentPPDirectives: None
UseTab: Never
BraceWrapping:
  AfterEnum: true
  AfterStruct: true
  AfterClass: true
  SplitEmptyFunction: true
  AfterControlStatement: false
  AfterNamespace: true
  AfterFunction: true
  AfterUnion: true
  AfterExternBlock: false
  BeforeCatch: false
  BeforeElse: false
  SplitEmptyRecord: true
  SplitEmptyNamespace: true