; Configure ObjC for clang-format
This commit is contained in:
parent
505c806230
commit
8dbc74084b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
Language: Cpp
|
||||
BasedOnStyle: GNU
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlignOperands: Align
|
||||
|
@ -35,6 +34,10 @@ PenaltyBreakBeforeFirstCallParameter: 2000
|
|||
SpaceAfterCStyleCast: true
|
||||
SpaceBeforeParens: Always
|
||||
UseTab: Always
|
||||
---
|
||||
Language: Cpp
|
||||
---
|
||||
Language: ObjC
|
||||
|
||||
# Local Variables:
|
||||
# mode: yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue