Skip to content

Commit 521dcd5

Browse files
committed
Updates README.md
1 parent 4d2d08a commit 521dcd5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Code autocompletion (beta)
1818
- Symbols provider
1919
- Debugger, uses Microsoft's [C/C++ extension](https://github.com/Microsoft/vscode-cpptools)
20-
- Formatting with [findent](https://sourceforge.net/projects/findent/) or [fprettify](https://github.com/pseewald/fprettify)
20+
- Formatting with [findent](https://github.com/gnikit/findent-pypi) or [fprettify](https://github.com/pseewald/fprettify)
2121

2222
![symbol_nav](./doc/symbol_nav.png)
2323

@@ -143,10 +143,9 @@ More details about how to setup the debugger can be found in Microsoft's website
143143

144144
## Formatting
145145

146-
Two formatters are supported [`findent`](https://sourceforge.net/projects/findent/)
147-
and [`fprettify`](https://github.com/pseewald/fprettify). `fprettify` can be installed
148-
automatically through the extension using `pip`, while `findent` must be installed
149-
by the user manually.
146+
Two formatters are supported [`findent`](https://github.com/gnikit/findent-pypi)
147+
and [`fprettify`](https://github.com/pseewald/fprettify). Both of them can be
148+
installed with `pip` automatically through the extension.
150149

151150
The formatter is controlled by the user option
152151

0 commit comments

Comments
 (0)