From 3b8f4dc323cf6aa6ca6dc5b172306f69987f4729 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Mon, 8 Apr 2019 12:24:36 +0100 Subject: [PATCH] Fix Eclipse Java Formatter settings Update settings to match those described in the wiki: https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment section SettingUpYourDevelopmentEnvironment-ONAPEclipseJavaFormatter Use a line width of 120. Do not reformat the license declaration in the file header. Change-Id: I9587f0599e6c297315dfc8a6f9f9f20e27936bee Issue-ID: AAI-2198 Signed-off-by: mark.j.leonard --- onap-java-formatter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/onap-java-formatter.xml b/onap-java-formatter.xml index 920d37b0..368ede19 100644 --- a/onap-java-formatter.xml +++ b/onap-java-formatter.xml @@ -58,7 +58,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -278,7 +278,7 @@ - + -- 2.16.6