diff --git a/_clang-format b/_clang-format index d1841d577..69810190f 100644 --- a/_clang-format +++ b/_clang-format @@ -85,6 +85,6 @@ SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Auto TabWidth: 4 -UseTab: Always +UseTab: ForContinuationAndIndentation ...