From 68ba3c3d9a5eba70812099cfc31c534142f696e9 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Thu, 7 Jun 2018 19:49:59 +0900 Subject: [PATCH] clang-format: Double-indent continuation lines The default value for ContinuationIndentWidth inherited from the Google style is 4. Since .clang-format-4 doubles the value of IndentWidth from 2 to 4, it should also double ContinuationIndentWidth to retain Google's double-indent style. Before: void forEachInterface( const std::string& dirname, const std::function