From 600bb1b818250534fec441860c40adea36fbb470 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 1 Aug 2018 10:54:15 +0200 Subject: [PATCH] Add codestyle configs --- eclipse-java-google-style.xml | 318 ++++++++++++++++++++++++++++++++ eclipse-minelp-cleanup.xml | 62 +++++++ intellij-java-google-style.xml | 46 +++++ intellij-minelp-inspections.xml | 45 +++++ 4 files changed, 471 insertions(+) create mode 100644 eclipse-java-google-style.xml create mode 100644 eclipse-minelp-cleanup.xml create mode 100644 intellij-java-google-style.xml create mode 100644 intellij-minelp-inspections.xml diff --git a/eclipse-java-google-style.xml b/eclipse-java-google-style.xml new file mode 100644 index 00000000..e20c0687 --- /dev/null +++ b/eclipse-java-google-style.xml @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eclipse-minelp-cleanup.xml b/eclipse-minelp-cleanup.xml new file mode 100644 index 00000000..51e259a3 --- /dev/null +++ b/eclipse-minelp-cleanup.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intellij-java-google-style.xml b/intellij-java-google-style.xml new file mode 100644 index 00000000..9b66ba50 --- /dev/null +++ b/intellij-java-google-style.xml @@ -0,0 +1,46 @@ + + \ No newline at end of file diff --git a/intellij-minelp-inspections.xml b/intellij-minelp-inspections.xml new file mode 100644 index 00000000..aae5a1cb --- /dev/null +++ b/intellij-minelp-inspections.xml @@ -0,0 +1,45 @@ + + \ No newline at end of file