From 778d82457243df44c72fc99a48142bc3837e6910 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Tue, 6 Dec 2022 09:58:39 -0800 Subject: [PATCH] Add an XML formatting configuration file. Signed-off-by: James R. Perkins --- ide-config/src/main/resources/resteasy-xml.properties | 6 ++++++ parent-pom/pom.xml | 1 + 2 files changed, 7 insertions(+) create mode 100644 ide-config/src/main/resources/resteasy-xml.properties 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}