From d1330756ddc2f2d092ade2fde01930ab4a987f23 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 22 Apr 2014 17:33:17 +0200 Subject: Add code styling settings for eclipse --- extras/eclipse-code-style.xml | 291 ++++++++++++++++++++++++++++++++++++++++++ pom.xml | 9 ++ 2 files changed, 300 insertions(+) create mode 100644 extras/eclipse-code-style.xml diff --git a/extras/eclipse-code-style.xml b/extras/eclipse-code-style.xml new file mode 100644 index 0000000..68aa254 --- /dev/null +++ b/extras/eclipse-code-style.xml @@ -0,0 +1,291 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index f185e9f..4e6974a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,15 @@ + + org.apache.maven.plugins + maven-eclipse-plugin + 2.9 + + ${basedir} + file://${basedir}/extras/eclipse-code-style.xml + + -- cgit v1.2.3-55-g7522