IntelliJ IDEA代码重新格式化不起作用

我使用IntelliJ IDEA版本2017.3,然后安装插件CheckStyle-IDEA v 5.16.0成功,我安装Apache Maven Checkstyle插件以运行myCheckFile.xml 。 在install阶段,我收到了许多检查样式错误,如:

Indentation: '.' has incorrect indentation level 6, expected level should be 8.
Indentation: 'new' has incorrect indentation level 6, expected level should be 8.

导入CheckStyle设置后,我期望当我在IntelliJ IDEA中按Ctrl + Alt + L时,所有检查样式错误将会消失,但这不会发生,是否有我失踪的东西?

链接地址: http://www.djcxy.com/p/96207.html

上一篇: IntelliJ IDEA code reformat not working

下一篇: importing a checkstyle xml file