diff --git a/.clang-format b/.clang-format index 81bd21d..f422387 100644 --- a/.clang-format +++ b/.clang-format @@ -110,6 +110,6 @@ SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 TabWidth: 4 -UseTab: Never +UseTab: ForIndentation ...