.clang-format 180 B

123456789
  1. ---
  2. BasedOnStyle: Google
  3. ---
  4. Language: Cpp
  5. Cpp11BracedListStyle: true
  6. Standard: Cpp11
  7. DerivePointerAlignment: false
  8. PointerAlignment: Right
  9. ---