.clang-format 201 B

123456789101112
  1. ---
  2. Language: Cpp
  3. BasedOnStyle: Google
  4. DerivePointerAlignment: false
  5. PointerAlignment: Left
  6. IncludeBlocks: Preserve
  7. ---
  8. Language: ObjC
  9. BasedOnStyle: Google
  10. ColumnLimit: 100
  11. ObjCBlockIndentWidth: 2
  12. ...