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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue