system-clang-format 291 B

12345678910111213
  1. BasedOnStyle: Google
  2. Standard: Cpp11
  3. AccessModifierOffset: -2
  4. AllowShortFunctionsOnASingleLine: Inline
  5. ColumnLimit: 100
  6. CommentPragmas: NOLINT:.*
  7. DerivePointerAlignment: false
  8. IncludeBlocks: Preserve
  9. IndentWidth: 4
  10. ContinuationIndentWidth: 8
  11. PointerAlignment: Left
  12. TabWidth: 4
  13. UseTab: Never