summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-02-28 13:33:04 -0600
committerAdriana Kobylak <anoo@us.ibm.com>2018-02-28 13:33:04 -0600
commit90e5ae705afa8b63e41815a57cf5858b4ca7e710 (patch)
treed7cb8c5c9054b906b011b9d4ea068f4225d292a0
parent58a18013f8f76bc2d82c350ae88534844e426fbc (diff)
downloadphosphor-state-manager-90e5ae705afa8b63e41815a57cf5858b4ca7e710.tar.gz
phosphor-state-manager-90e5ae705afa8b63e41815a57cf5858b4ca7e710.zip
clang-format: Set IndentWrappedFunctionNames to true
Change IndentWrappedFunctionNames to true in the .clang-format file to indent function definitions that don't fit in a single line. Change-Id: Id017dfab9b5a98cac170ac7d146c8711ea3aec74 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 309a9d6..bbc1bb1 100644
--- a/.clang-format
+++ b/.clang-format
@@ -50,7 +50,7 @@ FixNamespaceComments: true
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
IndentCaseLabels: true
IndentWidth: 4
-IndentWrappedFunctionNames: false
+IndentWrappedFunctionNames: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
OpenPOWER on IntegriCloud