Re: IntelliJ java formatter

2020-04-23 Thread Xintong Song
Hi Flavio, I'm not aware of anyway to automatically format the codes. The only thing I find that might help is to enable your IDE with a checkstyle plugin. https://ci.apache.org/projects/flink/flink-docs-stable/flinkDev/ide_setup.html#checkstyle-for-java Thank you~ Xintong Song On Thu, Apr 23

IntelliJ java formatter

2020-04-23 Thread Flavio Pompermaier
Hi to all, I'm migrating to IntelliJ because it's very complicated to have a fully working env in Eclipse (too many missing maven plugins). Is there a way to automatically format a Java class (respecting the configured checkstyle)? Or do I have to manually fix every Checkstyle problem? Thanks in a