.clang-format 154 B

123456789
  1. IndentWidth: 4
  2. AccessModifierOffset: -4
  3. PointerAlignment: Left
  4. IndentCaseLabels: true
  5. AllowShortFunctionsOnASingleLine: None
  6. FixNamespaceComments: true