ALL: clang-format use tabs for initializers like detection tables

This commit is contained in:
SupSuper 2021-02-14 22:39:57 +00:00
parent de8e66cea8
commit 92c1fa65a8

View File

@ -1,6 +1,6 @@
{
BasedOnStyle: LLVM,
UseTab: ForIndentation,
UseTab: ForContinuationAndIndentation,
IndentWidth: 4,
TabWidth: 4,
BreakBeforeBraces: Attach,