.clang-format 240 B

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