.clang-format 264 B

123456789
  1. BasedOnStyle: Google
  2. ColumnLimit: 100
  3. BinPackParameters: false
  4. AllowAllParametersOfDeclarationOnNextLine: true
  5. ObjCSpaceBeforeProtocolList: true
  6. SpacesInContainerLiterals: true
  7. PointerAlignment: Right
  8. AllowShortFunctionsOnASingleLine: None
  9. IncludeBlocks: Preserve