Skip to content

Commit

Permalink
Switched back to Eclipse JDT formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Apr 4, 2024
1 parent d157cb4 commit 5f69339
Show file tree
Hide file tree
Showing 5 changed files with 1,089 additions and 8 deletions.
14 changes: 14 additions & 0 deletions .idea/eclipseCodeFormatter.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .idea/palantir-java-format.xml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ spotless {
java {
target 'src/main/java/de/bwravencl/**/*.java'
targetExclude moduleInfoFile, metadataFile
palantirJavaFormat '2.41.0'
eclipse('4.27').configFile 'spotless.eclipseformat.xml'
formatAnnotations()
cleanthat().sourceCompatibility(project.sourceCompatibility.toString()).addMutators([
'SafeButNotConsensual',
'SafeButControversial'
])
importOrder()
importOrderFile 'spotless.importorder'
removeUnusedImports()
licenseHeader '''\
/* Copyright (C) $YEAR Matteo Hausner
Expand Down
Loading

0 comments on commit 5f69339

Please sign in to comment.