system-clang-format-2 239 B

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