You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/04 14:41:18 UTC

[isis] 07/08: ISIS-2158: updates IntelliJ config for lombok import order.

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit c9b244dbb3bf30a7e1e560589f3c612ab7b4457c
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Jan 4 14:32:19 2020 +0000

    ISIS-2158: updates IntelliJ config for lombok import order.
---
 ide-settings/intellij/Apache-Isis.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ide-settings/intellij/Apache-Isis.xml b/ide-settings/intellij/Apache-Isis.xml
index f019625..5ca1f1f 100644
--- a/ide-settings/intellij/Apache-Isis.xml
+++ b/ide-settings/intellij/Apache-Isis.xml
@@ -35,6 +35,11 @@
         <emptyLine />
         <package name="org.incode" withSubpackages="true" static="true" />
         <emptyLine />
+        <package name="lombok" withSubpackages="true" static="false" />
+        <package name="lombok.experimental" withSubpackages="true" static="false" />
+        <package name="lombok.extern.log4j" withSubpackages="true" static="false" />
+        <package name="lombok.extern" withSubpackages="true" static="false" />
+        <emptyLine />
         <package name="" withSubpackages="true" static="false" />
         <emptyLine />
         <package name="" withSubpackages="true" static="true" />