From: Gerd Möllmann Date: Fri, 6 Oct 2023 14:52:19 +0000 (+0200) Subject: ; Configure ObjC for clang-format X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dbc74084b708c7dffbf0a982779ae4b1e54c2c6;p=emacs.git ; Configure ObjC for clang-format --- diff --git a/.clang-format b/.clang-format index 5c987536b0c..7929a7435f2 100644 --- a/.clang-format +++ b/.clang-format @@ -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