clang_format 185 B

12345678
  1. ---
  2. IndentWidth: '4'
  3. BreakBeforeBraces: 'Linux'
  4. ColumnLimit: '100'
  5. AllowAllParametersOfDeclarationOnNextLine: 'true'
  6. AccessModifierOffset: '-4'
  7. FixNamespaceComments: 'true'
  8. ...