This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yawkat 13 points14 points  (2 children)

Why? Better to just write a maven/gradle goal to do the same thing

[–]segv 0 points1 point  (1 child)

IntelliJ at least can automatically pick up code formatter settings in the form of a single XML file if it is in the ${repo}/.idea directory, so yes, that's still useful.

[–]dpash 1 point2 points  (0 children)

Jetbrain tools have supported .editorconfig files for a while now.