.clang-format 166 B

1234567
  1. BasedOnStyle: Google
  2. AllowShortFunctionsOnASingleLine: false
  3. SpaceAfterCStyleCast: true
  4. PointerBindsToType: false
  5. DerivePointerBinding: false
  6. IncludeBlocks: Preserve