From 5872e22f31507524f7bfc3d03e8b8723ed66d277 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 28 Aug 2018 11:11:24 +0200 Subject: _clang-format: indent initializers with four spaces, not eight MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9fc644554bd326a3a54163072b7b9e06253a5ff2 Reviewed-by: Tor Arne Vestbø Reviewed-by: Paul Wicking --- _clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clang-format b/_clang-format index c2e09757..ee000a1e 100644 --- a/_clang-format +++ b/_clang-format @@ -49,8 +49,8 @@ BraceWrapping: # When constructor initializers do not fit on one line, put them each on a new line. ConstructorInitializerAllOnOneLineOrOnePerLine: true -# Indent initializers by 8 spaces -ConstructorInitializerIndentWidth: 8 +# Indent initializers by 4 spaces +ConstructorInitializerIndentWidth: 4 # Indent width for line continuations. ContinuationIndentWidth: 8 -- cgit v1.2.3