From: Matt Armstrong Date: Thu, 3 Nov 2022 21:34:03 +0000 (-0700) Subject: Configure clang-format to use tabs X-Git-Tag: emacs-29.0.90~1616^2~298 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18c184d6d97a66627359df7fa2ba29445a0d6a3c;p=emacs.git Configure clang-format to use tabs * .clang-format (UseTab): Set to "Always", to match the (indent-tabs-mode . t) in .dir-locals.el. (Bug#59027) --- diff --git a/.clang-format b/.clang-format index ac9f95c88a8..8a8391c2e47 100644 --- a/.clang-format +++ b/.clang-format @@ -21,6 +21,7 @@ MaxEmptyLinesToKeep: 1 PenaltyBreakBeforeFirstCallParameter: 2000 SpaceAfterCStyleCast: true SpaceBeforeParens: Always +UseTab: Always # Local Variables: # mode: yaml