Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellij Configuration support #1221

Closed
stirboy opened this issue May 28, 2022 · 1 comment
Closed

Intellij Configuration support #1221

stirboy opened this issue May 28, 2022 · 1 comment

Comments

@stirboy
Copy link

stirboy commented May 28, 2022

Hey, I see that spotless supports xml configuration for eclipse, do you have plans to support intellij configuration file as well? Something between the lines of

spotless { 
        java {
            removeUnusedImports()
            intellij().configFile('spotless.xml')
        }
    }
@nedtwigg
Copy link
Member

We do have plans for this, see #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants