; Configure ObjC for clang-format

This commit is contained in:
Gerd Möllmann 2023-10-06 16:52:19 +02:00
parent 505c806230
commit 8dbc74084b

View file

@ -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