.clang-format 164 B

1234567
  1. BasedOnStyle: Google
  2. Standard: Cpp11
  3. BinPackArguments: false
  4. BinPackParameters: false
  5. PointerAlignment: Left
  6. DerivePointerAlignment: false
  7. CommentPragmas: NOLINT.*