.clang-format 274 B

12345678910
  1. BasedOnStyle: Google
  2. Standard: Cpp11
  3. ColumnLimit: 80
  4. BinPackParameters: false
  5. AllowAllParametersOfDeclarationOnNextLine: true
  6. SpacesInContainerLiterals: true
  7. DerivePointerAlignment: false
  8. PointerAlignment: Left
  9. AllowShortFunctionsOnASingleLine: None
  10. IncludeBlocks: Preserve