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:
parent
b2401cdfd2
commit
18c184d6d9
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ MaxEmptyLinesToKeep: 1
|
|||
PenaltyBreakBeforeFirstCallParameter: 2000
|
||||
SpaceAfterCStyleCast: true
|
||||
SpaceBeforeParens: Always
|
||||
UseTab: Always
|
||||
|
||||
# Local Variables:
|
||||
# mode: yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue