Skip to content

Commit

Permalink
Fixes prettier-maven config
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 10, 2023
1 parent 4ba63be commit f5ecc0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Changes here must be reflected in pom.xml
tabWidth: 4
printWidth: 100
trailingComma: "none"
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@
<version>${version.prettier.maven}</version>
<configuration>
<prettierJavaVersion>${version.prettier-java.maven}</prettierJavaVersion>

<!-- Changes here must be reflected in .prettierrc.yml -->
<tabWidth>4</tabWidth>
<printWidth>100</printWidth>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f5ecc0a

Please sign in to comment.