0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00

Force spotless to use Windows-style line endings

This commit is contained in:
Alexander01998 2023-12-17 20:22:42 +01:00
parent 1d30428f4d
commit 1d48100936

View File

@ -81,6 +81,7 @@ spotless {
indentWithTabs()
trimTrailingWhitespace()
eclipse().configFile(file("codestyle/formatter.xml"))
lineEndings('WINDOWS')
}
}