summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpp-style-and-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-style-and-conventions.md b/cpp-style-and-conventions.md
index f09aefa..3414ad6 100644
--- a/cpp-style-and-conventions.md
+++ b/cpp-style-and-conventions.md
@@ -210,7 +210,7 @@ FixNamespaceComments: true
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
IndentCaseLabels: true
IndentWidth: 4
-IndentWrappedFunctionNames: false
+IndentWrappedFunctionNames: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
OpenPOWER on IntegriCloud