]> git.eshelyaron.com Git - emacs.git/commitdiff
Configure clang-format to use tabs
authorMatt Armstrong <matt@rfc20.org>
Thu, 3 Nov 2022 21:34:03 +0000 (14:34 -0700)
committerStefan 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

index ac9f95c88a85b39dedbf5612577ff0ce38714f7f..8a8391c2e476471eafe5d1f760d9ac986b49258c 100644 (file)
@@ -21,6 +21,7 @@ MaxEmptyLinesToKeep: 1
 PenaltyBreakBeforeFirstCallParameter: 2000
 SpaceAfterCStyleCast: true
 SpaceBeforeParens: Always
+UseTab: Always
 
 # Local Variables:
 # mode: yaml