Reputation: 515
At the moment our team is working with a custom eclipse Formatter configuration. Is there a way to import the generated xml file into Checkstyle to have both on the same ruleset?
Upvotes: 5
Views: 4914
Reputation: 743
As answered here, there is no way to convert a formatter file to a checkstyle ruleset at the moment. The formater file has another syntax as checkstyle, so it's unable to read it.
Upvotes: 5
Reputation: 3048
Preferences -> Java -> Code Style - > Formatter
You can import/export or create a new format rules.
Upvotes: 0