From 544851b59be99217b9d59f2b88b349b997438a89 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Wed, 14 Dec 2016 09:17:55 -0500 Subject: Change ConstructorInitializerWidth in .clang-format from 4 to 8 We aren't consistent about this but having it at 4 seems to be causing style churn in code I've been editting recently. Also I prefer something other than 4 so that initalizers don't align with the constructor body. BUG=skia: Change-Id: I6ae850c34324e792dfd717f449634abcc7be010b Reviewed-on: https://skia-review.googlesource.com/6030 Reviewed-by: Brian Osman Commit-Queue: Brian Salomon --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 978571dd0c..ff81590e3c 100644 --- a/.clang-format +++ b/.clang-format @@ -49,7 +49,7 @@ BreakStringLiterals: true ColumnLimit: 100 CommentPragmas: '^ IWYU pragma:' ConstructorInitializerAllOnOneLineOrOnePerLine: true -ConstructorInitializerIndentWidth: 4 +ConstructorInitializerIndentWidth: 8 ContinuationIndentWidth: 8 Cpp11BracedListStyle: true DerivePointerAlignment: false -- cgit v1.2.3