I have a project which I'm developing in IntelliJ Idea and I have formatting rules like where curly braces are to be located and so on. Is it possible to convert an IntelliJ code style into a checkstyle one so that when I run reports through Maven, I don't see warnings like "Right curly brace and next "else", "catch" and "finally" keywords should be located on the same line"...?
Thanks in advance!