.clang-format 164 B

1234567
  1. BasedOnStyle: Google
  2. ColumnLimit: 90
  3. DerivePointerAlignment: false
  4. IndentCaseLabels: false
  5. PointerAlignment: Right
  6. BinPackArguments: false
  7. BinPackParameters: false