From fcad18ef742ab5575cded54e0bf38c5f29da0223 Mon Sep 17 00:00:00 2001 From: CrazyPants Date: Sat, 23 Jan 2016 18:19:56 +0800 Subject: [PATCH] Added eclipse format / import etc settings to be used with Ender Core (taken from EIO, added .importorder) --- eclipse.importorder | 7 ++ eclipseCleanUp.xml | 56 +++++++++ eclipseFormat.xml | 295 ++++++++++++++++++++++++++++++++++++++++++++ editorTemplates.xml | 1 + 4 files changed, 359 insertions(+) create mode 100644 eclipse.importorder create mode 100644 eclipseCleanUp.xml create mode 100644 eclipseFormat.xml create mode 100644 editorTemplates.xml diff --git a/eclipse.importorder b/eclipse.importorder new file mode 100644 index 00000000..ac3181ee --- /dev/null +++ b/eclipse.importorder @@ -0,0 +1,7 @@ +#Organize Import Order +#Sat Jan 23 18:11:47 AWST 2016 +4=\# +3=com +2=org +1=javax +0=java diff --git a/eclipseCleanUp.xml b/eclipseCleanUp.xml new file mode 100644 index 00000000..114ecd4f --- /dev/null +++ b/eclipseCleanUp.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipseFormat.xml b/eclipseFormat.xml new file mode 100644 index 00000000..e84315ef --- /dev/null +++ b/eclipseFormat.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/editorTemplates.xml b/editorTemplates.xml new file mode 100644 index 00000000..18a50f06 --- /dev/null +++ b/editorTemplates.xml @@ -0,0 +1 @@ + \ No newline at end of file