palantir-java-format icon indicating copy to clipboard operation
palantir-java-format copied to clipboard

IDEA no reformat

Open tonycody opened this issue 1 year ago • 1 comments

image image

<plugin>
    <groupId>com.diffplug.spotless</groupId>
    <artifactId>spotless-maven-plugin</artifactId>
    <version>2.28.0</version>
    <configuration>
        <java>
            <palantirJavaFormat>
                <version>1.1.0</version>
            </palantirJavaFormat>
        </java>
    </configuration>
    <executions>
        <execution>
            <phase>validate</phase>
            <inherited>true</inherited>
            <goals>
                <goal>apply</goal>
            </goals>
        </execution>
    </executions>
</plugin>

The IDEA shortcut key cannot be formatted.

tonycody avatar Dec 14 '22 09:12 tonycody