projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2401cd
)
Configure clang-format to use tabs
author
Matt Armstrong
<matt@rfc20.org>
Thu, 3 Nov 2022 21:34:03 +0000
(14:34 -0700)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 5 Nov 2022 00:46:40 +0000
(
01:46
+0100)
* .clang-format (UseTab): Set to "Always", to match
the (indent-tabs-mode . t) in .dir-locals.el. (Bug#59027)
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index ac9f95c88a85b39dedbf5612577ff0ce38714f7f..8a8391c2e476471eafe5d1f760d9ac986b49258c 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-21,6
+21,7
@@
MaxEmptyLinesToKeep: 1
PenaltyBreakBeforeFirstCallParameter: 2000
SpaceAfterCStyleCast: true
SpaceBeforeParens: Always
+UseTab: Always
# Local Variables:
# mode: yaml