.clang-format (283B)
1 --- 2 # Objective C formatting rules. 3 # Since this doesn't derive from the Cpp section, we need to redifine the root rules here. 4 Language: ObjC 5 BasedOnStyle: Google 6 7 DerivePointerAlignment: false 8 PointerAlignment: Left 9 SortIncludes: false 10 ColumnLimit: 80 11 IndentPPDirectives: AfterHash