From 8b8a4599622d2b7887d3c5702ec31a8254df65a7 Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Wed, 25 May 2016 19:29:32 +0300 Subject: [PATCH] CPP-6825 New set of formatting options for lambda capture list --- .../src/messages/ApplicationBundle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/platform-resources-en/src/messages/ApplicationBundle.properties b/platform/platform-resources-en/src/messages/ApplicationBundle.properties index 98684cec09d7..32fa51b47d43 100644 --- a/platform/platform-resources-en/src/messages/ApplicationBundle.properties +++ b/platform/platform-resources-en/src/messages/ApplicationBundle.properties @@ -212,6 +212,8 @@ wrapping.modifier.list=Modifier list wrapping.assert.statement=Assert statement wrapping.new.line.after.lpar=New line after '(' wrapping.rpar.on.new.line=Place ')' on new line +wrapping.new.line.after.lbracket=New line after '[' +wrapping.rbracket.on.new.line=Place ']' on new line wrapping.take.priority.over.call.chain.wrapping=Take priority over call chain wrapping wrapping.operation.sign.on.next.line=Operation sign on next line wrapping.comma.on.next.line=',' on next line