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
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
@ -37,6 +36,9 @@ IncludeCategories:
IndentGotoLabels: false
IndentWidth: 4
MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: false
PointerAlignment: Left
SortIncludes: true
SpaceBeforeCtorInitializerColon: true