Skip to content

Commit ff7a2a1

Browse files
committed
Updates README by including formatting annimations
1 parent d61c972 commit ff7a2a1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ Two formatters are supported [`findent`](https://github.com/gnikit/findent-pypi)
144144
and [`fprettify`](https://github.com/pseewald/fprettify). Both of them can be
145145
installed with `pip` automatically through the extension.
146146

147+
findent | fprettify
148+
:-------------------------:|:-------------------------:
149+
![](./images/findent-demo.gif) | ![](./images/fprettify-demo.gif)
150+
147151
The formatter is controlled by the user option
148152

149153
```json
@@ -156,7 +160,7 @@ Additional arguments to the formatter can be input using
156160

157161
```json
158162
{
159-
"fortran.formatting.args":, ["-Cn", "-Rr"]
163+
"fortran.formatting.args":, ["-Cn", "--align-paren=1"]
160164
}
161165
```
162166

images/findent-demo.gif

487 KB
Loading

images/fprettify-demo.gif

514 KB
Loading

0 commit comments

Comments
 (0)