diff options
author | Matt Armstrong <matt@rfc20.org> | 2022-11-03 14:34:03 -0700 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-05 01:46:40 +0100 |
commit | 18c184d6d97a66627359df7fa2ba29445a0d6a3c (patch) | |
tree | 830ad2f6a58ab86f66a5a0c73caa012c233b7f7e /.clang-format | |
parent | b2401cdfd21f6b23fbed57ffceec488ed4700de6 (diff) | |
download | emacs-18c184d6d97a66627359df7fa2ba29445a0d6a3c.tar.gz |
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)
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
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 |