We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12be57e commit de91cd6Copy full SHA for de91cd6
README.md
@@ -70,23 +70,20 @@ For local installation, use `--user` option.
70
```
71
fprettify file1, file2, ...
72
73
-The default indent is 3. If you prefer something else, use `--indent=<n>` argument.
+The default indent is 3. If you prefer something else, use `--indent n` argument. For more options, read
74
+```
75
+fprettify -h
76
77
78
For editor integration, use
79
80
fprettify --silent
81
-
82
For instance, with Vim, use fprettify with `gq` by putting the following commands in your `.vimrc`:
83
```vim
84
autocmd Filetype fortran setlocal formatprg=fprettify\ --silent
85
86
-For more information, read
-```
87
-fprettify --help
88
89
90
91
## Contributing / Testing
92
0 commit comments