; 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
|
BasedOnStyle: GNU
|
||||||
AlignEscapedNewlinesLeft: true
|
AlignEscapedNewlinesLeft: true
|
||||||
AlignOperands: Align
|
AlignOperands: Align
|
||||||
|
@ -35,6 +34,10 @@ PenaltyBreakBeforeFirstCallParameter: 2000
|
||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: true
|
||||||
SpaceBeforeParens: Always
|
SpaceBeforeParens: Always
|
||||||
UseTab: Always
|
UseTab: Always
|
||||||
|
---
|
||||||
|
Language: Cpp
|
||||||
|
---
|
||||||
|
Language: ObjC
|
||||||
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: yaml
|
# mode: yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue