summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMatt Armstrong <matt@rfc20.org>2022-11-03 14:34:03 -0700
committerStefan Kangas <stefankangas@gmail.com>2022-11-05 01:46:40 +0100
commit18c184d6d97a66627359df7fa2ba29445a0d6a3c (patch)
tree830ad2f6a58ab86f66a5a0c73caa012c233b7f7e /.clang-format
parentb2401cdfd21f6b23fbed57ffceec488ed4700de6 (diff)
downloademacs-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-format1
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