mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(format): enable ObjC formatting
This commit is contained in:
parent
80318e2a9c
commit
94654e41f4
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue