Skip to content

Commit

Permalink
Merge pull request #12 from jamezp/add-xml-format-configuration
Browse files Browse the repository at this point in the history
Add an XML formatting configuration file.
  • Loading branch information
jamezp authored Dec 6, 2022
2 parents c2fc322 + 778d824 commit 327ba47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ide-config/src/main/resources/resteasy-xml.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
maxLineLength=120
splitMultiAttrs=false
tabInsteadOfSpaces=false
tabWidth=4
wellFormedValidation=WARN
wrapLongLines=true
1 change: 1 addition & 0 deletions parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<!-- store outside of target to speed up formatting when mvn clean is used -->
<cachedir>.cache</cachedir>
<configFile>eclipse-code-formatter.xml</configFile>
<configXmlFile>resteasy-xml.properties</configXmlFile>
<lineEnding>LF</lineEnding>
<removeTrailingWhitespace>true</removeTrailingWhitespace>
<skip>${skipFormatting}</skip>
Expand Down

0 comments on commit 327ba47

Please sign in to comment.