diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000..04510d38a6379 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = false +max_line_length = 128 +[*.java] +ij_java_names_count_to_use_import_on_demand = 999 +ij_java_class_count_to_use_import_on_demand = 999 \ No newline at end of file diff --git a/checkstyle.xml b/checkstyle.xml new file mode 100644 index 0000000000000..a8d954d9a5e4c --- /dev/null +++ b/checkstyle.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a52fc51964657..f68a36fc45ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -177,8 +177,29 @@ false + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.6.0 + + checkstyle.xml + + + + + check + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + io.quarkus.bot