From dd3909611d9cd3a70ddad4307e0bdb982c4fe40d Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 7 Feb 2019 16:58:08 +0100 Subject: [PATCH] Changed the order of plugins --- .editorconfig | 22 ++++++++++++++++------ pom.xml | 8 ++++---- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0679d88a..ddda9782 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,14 +1,24 @@ -# EditorConfig is awesome: http://EditorConfig.org - -# top-most EditorConfig file root = true -[*] +[*.java] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 + +[*.groovy] +indent_style = tab +indent_size = 4 +continuation_indent_size = 8 + +[*.xml] indent_style = tab indent_size = 4 -end_of_line = lf -insert_final_newline = true +continuation_indent_size = 8 [*.yml] indent_style = space indent_size = 2 + +[*.yaml] +indent_style = space +indent_size = 2 diff --git a/pom.xml b/pom.xml index 051c56f6..3ec1ecac 100644 --- a/pom.xml +++ b/pom.xml @@ -56,14 +56,14 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - io.spring.javaformat spring-javaformat-maven-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin +