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