diff --git a/ide-config/src/main/resources/resteasy-xml.properties b/ide-config/src/main/resources/resteasy-xml.properties new file mode 100644 index 0000000..0e37b15 --- /dev/null +++ b/ide-config/src/main/resources/resteasy-xml.properties @@ -0,0 +1,6 @@ +maxLineLength=120 +splitMultiAttrs=false +tabInsteadOfSpaces=false +tabWidth=4 +wellFormedValidation=WARN +wrapLongLines=true \ No newline at end of file diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 95d58ce..72d1873 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -107,6 +107,7 @@ .cache eclipse-code-formatter.xml + resteasy-xml.properties LF true ${skipFormatting}