1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; 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