From f0bf72bc342960280eefdb7bcee45864a31de245 Mon Sep 17 00:00:00 2001 From: yueh Date: Sat, 13 Jun 2015 15:28:14 +0200 Subject: [PATCH] Updated eclipse formatter and import order --- codeformat/consistent.importorder | 10 ----- ...consistent.xml => eclipse-code-format.xml} | 38 +++++++++---------- codeformat/eclipse.importorder | 11 ++++++ 3 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 codeformat/consistent.importorder rename codeformat/{consistent.xml => eclipse-code-format.xml} (97%) create mode 100644 codeformat/eclipse.importorder diff --git a/codeformat/consistent.importorder b/codeformat/consistent.importorder deleted file mode 100644 index 106f965f..00000000 --- a/codeformat/consistent.importorder +++ /dev/null @@ -1,10 +0,0 @@ -#Organize Import Order -#Thu Oct 09 12:52:21 CEST 2014 -6= -5=cpw -4=net -3=io -2=org -1=com -0=java -7=appeng diff --git a/codeformat/consistent.xml b/codeformat/eclipse-code-format.xml similarity index 97% rename from codeformat/consistent.xml rename to codeformat/eclipse-code-format.xml index 422bf3f4..e8a1dd36 100644 --- a/codeformat/consistent.xml +++ b/codeformat/eclipse-code-format.xml @@ -1,6 +1,6 @@ - + @@ -22,7 +22,7 @@ - + @@ -37,13 +37,13 @@ - + - + @@ -72,14 +72,14 @@ - + - + @@ -96,7 +96,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -122,13 +122,13 @@ - + - + @@ -138,7 +138,7 @@ - + @@ -147,7 +147,7 @@ - + @@ -182,7 +182,7 @@ - + @@ -215,7 +215,7 @@ - + @@ -231,7 +231,7 @@ - + @@ -267,8 +267,8 @@ - - + + @@ -283,13 +283,13 @@ - + - + diff --git a/codeformat/eclipse.importorder b/codeformat/eclipse.importorder new file mode 100644 index 00000000..e78604fe --- /dev/null +++ b/codeformat/eclipse.importorder @@ -0,0 +1,11 @@ +#Organize Import Order +#Sat Jun 13 15:22:41 CEST 2015 +8=appeng +7= +6=cpw +5=net +4=io +3=org +2=com +1=javax +0=java