From 92c1fa65a8b7ca790df250b947f8668d7315dd06 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Sun, 14 Feb 2021 22:39:57 +0000 Subject: [PATCH] ALL: clang-format use tabs for initializers like detection tables --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8a5739e47f1..76814b20422 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ { BasedOnStyle: LLVM, - UseTab: ForIndentation, + UseTab: ForContinuationAndIndentation, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Attach,