1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

update uncrustify URL link (#2456)

The actual uncrustify link points to astyle :-)
This commit is contained in:
Romain 2019-01-14 08:42:17 +01:00 committed by Wang Shidong
parent cdf519867c
commit 22a1db50ba

View File

@ -94,7 +94,7 @@ Base on JavaUnite, you can use `SPC l r c` to run current function or use `SPC l
## Code formatting
For formatting java code, you also nEed have [uncrustify](http://astyle.sourceforge.net/) or [astyle](http://astyle.sourceforge.net/) in your PATH.
For formatting java code, you also nEed have [uncrustify](https://github.com/uncrustify/uncrustify) or [astyle](http://astyle.sourceforge.net/) in your PATH.
BTW, the google's [java formatter](https://github.com/google/google-java-format) also works well with neoformat.
![format-java](https://user-images.githubusercontent.com/13142418/46323426-ccadde80-c620-11e8-9726-d99025f3bf76.gif)