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

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


The following commit(s) were added to refs/heads/master by this push:
     new 45872845bf CAUSEWAY-2297: import order config for eclipse
45872845bf is described below

commit 45872845bfadb25716f6c879159ff5b183d4f64a
Author: andi-huber <[email protected]>
AuthorDate: Sun Feb 25 09:32:12 2024 +0100

    CAUSEWAY-2297: import order config for eclipse
    
    - the closest I could come up with compared to .editorconfig ->
    ij_java_imports_layout
---
 .editorconfig.eclipse.importorder | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.editorconfig.eclipse.importorder 
b/.editorconfig.eclipse.importorder
new file mode 100644
index 0000000000..3a5f627ef0
--- /dev/null
+++ b/.editorconfig.eclipse.importorder
@@ -0,0 +1,23 @@
+# Eclipse Organize Import Order
+# Keep in sync with .editorconfig -> ij_java_imports_layout
+0=java
+1=\#java
+2=javax
+3=\#javax
+4=jakarta
+5=\#jakarta
+6=com
+7=\#com
+8=graphql
+9=\#graphql
+10=org
+11=\#org
+12=org.springframework
+13=\#org.springframework
+14=org.apache.causeway
+15=\#org.apache.causeway
+16=org.apache.isis
+17=\#org.apache.isis
+18=lombok
+19=\#lombok
+20=demoapp

Reply via email to