chore(format): enable ObjC formatting

This commit is contained in:
fallenoak 2020-09-08 21:18:46 -05:00
parent 80318e2a9c
commit 94654e41f4
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -1,5 +1,4 @@
--- ---
Language: Cpp
AccessModifierOffset: 0 AccessModifierOffset: 0
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false AlignConsecutiveDeclarations: false
@ -37,6 +36,9 @@ IncludeCategories:
IndentGotoLabels: false IndentGotoLabels: false
IndentWidth: 4 IndentWidth: 4
MaxEmptyLinesToKeep: 1 MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: false
PointerAlignment: Left PointerAlignment: Left
SortIncludes: true SortIncludes: true
SpaceBeforeCtorInitializerColon: true SpaceBeforeCtorInitializerColon: true