Skip to content

Commit

Permalink
Define the line endings in the formatting plugin as LF
Browse files Browse the repository at this point in the history
  • Loading branch information
rubik-cube-man authored and jmartisk committed Dec 8, 2023
1 parent 32cd8da commit 6f13019
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,14 @@
</docletArtifact>
</configuration>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.23.0</version>
<configuration>
<lineEnding>LF</lineEnding>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6f13019

Please sign in to comment.