Skip to content

Commit 09fa19f

Browse files
committed
Updated README
1 parent 4682ee5 commit 09fa19f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,14 @@ Additional arguments to the formatter can be input using
236236
}
237237
```
238238

239+
To check all available arguments to formatters try `findent -h` or `fprettify -h`
240+
in a terminal.
241+
239242
If the formatter is not present in the `PATH` its location can be input with
240243

241244
```json
242245
{
243-
"fortran.formatting.path": "/custom-path-to-formatter-binary"
246+
"fortran.formatting.path": "./custom/path/venv/bin"
244247
}
245248
```
246249

0 commit comments

Comments
 (0)