Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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 <mark.j.leonard@gmail.com>
|
|
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 <mark.j.leonard@gmail.com>
|
|
Tweak onap-java-formatter.xml to pass checkstyle audit.
Change-Id: I2254d381724047ad0082297e557f3c1bf4b6992c
Issue-ID: AAI-1523
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|
|
Add plugins to aai-common/pom.xml
Add Eclipse formatter configuration file
Issue-ID: AAI-2198
Change-Id: Ie415f3fa0a408f775133f27a3bf8904a1f65a8a3
Signed-off-by: Keong Lim <keong.lim@huawei.com>
|