From ccf6bf3f8e84dd016aad0b683518c18d40e411b1 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 29 Aug 2018 18:00:51 +0430 Subject: some cosmetic changes and makefile fixes --- extra-tools/format.clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra-tools') diff --git a/extra-tools/format.clang-format b/extra-tools/format.clang-format index e37fb75..21aca34 100644 --- a/extra-tools/format.clang-format +++ b/extra-tools/format.clang-format @@ -41,8 +41,8 @@ ColumnLimit: 0 CommentPragmas: '^ IWYU pragma:' BreakBeforeInheritanceComma: false ConstructorInitializerAllOnOneLineOrOnePerLine: false -ConstructorInitializerIndentWidth: 4 -ContinuationIndentWidth: 4 +ConstructorInitializerIndentWidth: 2 +ContinuationIndentWidth: 2 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false @@ -91,5 +91,5 @@ SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 -TabWidth: 8 +TabWidth: 2 UseTab: Never -- cgit v1.2.3