@@ -39,6 +39,10 @@ <version>8.0.0-SNAPSHOT</version> </parent> <artifactId>org.openjdk.jmc.feature.pde</artifactId> <version>2.0.0-SNAPSHOT</version> <packaging>eclipse-feature</packaging> + + <properties> + <spotless.config.path>${basedir}/../../configuration/ide/eclipse/formatting/formatting.xml</spotless.config.path> + </properties> </project>