[enhancement](style): polish the checkstyle (#9767)

* [enhancement](style): cancel auto tab for Javadoc.

* *: fix review
This commit is contained in:
jakevin
2022-05-30 16:10:04 +08:00
committed by GitHub
parent dc39a9acc9
commit 46e84d39df
5 changed files with 12 additions and 1 deletions

View File

@ -58,6 +58,10 @@ Click the plus sign under Configuration File, select `Use a local Checkstyle fil
![](/images/idea-checkstyle-version.png)
**You can use `Checkstyle-IDEA` plugin to check `Checkstyle` of your code real-time.**
![](/images/idea-checkstyle-plugin-en.png)
### VS Code
If you use VS Code to develop Java code, please install `Checkstyle for Java` plugin, and config according to the [document](https://code.visualstudio.com/docs/java/java-linting) and the picture