You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/01/31 07:15:40 UTC

[causeway-app-helloworld] 01/02: updates import stmt of .editorconfig

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

danhaywood pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit 87b80f185ea6181d5ecc311f2d1eadb810305787
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jan 31 06:56:02 2023 +0000

    updates import stmt of .editorconfig
---
 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 09689d1..1ddde32 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -107,7 +107,7 @@ ij_java_for_statement_wrap = off
 ij_java_generate_final_locals = false
 ij_java_generate_final_parameters = false
 ij_java_if_brace_force = never
-ij_java_imports_layout = java.**,|,$java.**,|,javax.**,|,$javax.**,|,com.**,|,$com.**,|,org.**,|,$org.**,|,org.springframework.**,|,$org.springframework.**,|,org.apache.isis.**,|,$org.apache.isis.**,|,org.isisaddons.**,|,$org.isisaddons.**,|,org.incode.**,|,$org.incode.**,|,com.ecpnv.**,|,$com.ecpnv.**,|,org.estatio.**,|,$org.estatio.**,|,lombok.**,lombok.experimental.**,lombok.extern.log4j.**,lombok.extern.**,|,*,|,$*
+ij_java_imports_layout = java.**,|,$java.**,|,javax.**,|,$javax.**,|,com.**,|,$com.**,|,org.**,|,$org.**,|,org.springframework.**,|,$org.springframework.**,|,org.apache.causeway.**,|,$org.apache.causeway.**,|,lombok.**,lombok.experimental.**,lombok.extern.log4j.**,lombok.extern.**,|,*,|,$*
 ij_java_indent_case_from_switch = true
 ij_java_insert_inner_class_imports = false
 ij_java_insert_override_annotation = true