From f22701948388e2ae12b9550dcdc2c5147e95f958 Mon Sep 17 00:00:00 2001 From: LPFaint99 Date: Mon, 26 May 2014 21:28:59 -0700 Subject: [PATCH] UseTab: ForIndentation --- Source/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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