From: mark.j.leonard Date: Tue, 9 Apr 2019 15:53:15 +0000 (+0100) Subject: Fix wrapped line formatting X-Git-Tag: 1.4.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b1dd94def085d9ad213245ef74cd4e616768d99f;p=aai%2Faai-common.git Fix wrapped line formatting Update the setting "Default indentation for wrapped lines" to be 2 units of indentation (as per the standard Google style guide formatter). This causes a continued line to be indented differently to the following code block and distinguishes a wrapped line from a non-wrapped line. Also update the array initializer indentation to match, so that array values are horizontally aligned with other initializers such as List contructors and also with standard expressions. Both settings are now identical with the Google-supplied formatter. Change-Id: I05dd2b3ff522c75bb6aaf2c03017874d42e215c7 Issue-ID: AAI-2198 Signed-off-by: mark.j.leonard --- diff --git a/onap-java-formatter.xml b/onap-java-formatter.xml index 368ede19..459179e8 100644 --- a/onap-java-formatter.xml +++ b/onap-java-formatter.xml @@ -72,8 +72,8 @@ - - + +