Skip to content

Commit de91cd6

Browse files
committed
more readme updates
1 parent 12be57e commit de91cd6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,20 @@ For local installation, use `--user` option.
7070
```
7171
fprettify file1, file2, ...
7272
```
73-
The default indent is 3. If you prefer something else, use `--indent=<n>` argument.
73+
The default indent is 3. If you prefer something else, use `--indent n` argument. For more options, read
74+
```
75+
fprettify -h
76+
```
7477

7578
For editor integration, use
7679
```
7780
fprettify --silent
7881
```
79-
8082
For instance, with Vim, use fprettify with `gq` by putting the following commands in your `.vimrc`:
8183
```vim
8284
autocmd Filetype fortran setlocal formatprg=fprettify\ --silent
8385
```
8486

85-
For more information, read
86-
```
87-
fprettify --help
88-
```
89-
9087

9188
## Contributing / Testing
9289

0 commit comments

Comments
 (0)