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)
This commit is contained in:
Matt Armstrong 2022-11-03 14:34:03 -07:00 committed by Stefan Kangas
parent b2401cdfd2
commit 18c184d6d9

View file

@ -21,6 +21,7 @@ MaxEmptyLinesToKeep: 1
PenaltyBreakBeforeFirstCallParameter: 2000
SpaceAfterCStyleCast: true
SpaceBeforeParens: Always
UseTab: Always
# Local Variables:
# mode: yaml