diff --git a/Source/.clang-format b/Source/.clang-format index 41d46c9331..0df930b2da 100644 --- a/Source/.clang-format +++ b/Source/.clang-format @@ -38,7 +38,7 @@ ColumnLimit: 120 #Standard: Cpp11 IndentWidth: 4 TabWidth: 4 -UseTab: Always +UseTab: ForIndentation BreakBeforeBraces: Allman #IndentFunctionDeclarationAfterType: false #SpacesInParentheses: false