From 49de74fc3d40c4b929c2f84c3993f4b8429f7bfa Mon Sep 17 00:00:00 2001 From: terminx Date: Thu, 25 Oct 2018 23:29:58 +0000 Subject: [PATCH] Minor update to _clang-format git-svn-id: https://svn.eduke32.com/eduke32@7090 1a8010ca-5511-0410-912e-c29ae57300e0 --- _clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_clang-format b/_clang-format index f4f35ea23..4d0f0f824 100644 --- a/_clang-format +++ b/_clang-format @@ -1,6 +1,6 @@ AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true -AlignEscapedNewlinesLeft: false +AlignEscapedNewlinesLeft: true AlignOperands: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false @@ -41,5 +41,6 @@ SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false +Standard: Cpp11 TabWidth: 4 UseTab: Never