fprettify
fprettify copied to clipboard
Wish for more fine-grained options
- [x] I'd like spaces after commas in declarations, but not in arguments of procedure definition or call, or in array indices. #99
- [x] I'd like indenting blocks, but not the first level (e.g. if a file contains just a subroutine, I don't need all lines indented). #99
- [ ] I'd lke spaces in
if (...)
andend foo
, but not inwrite(...)
orclose(...)
.
I know one can't please everyonev, but maybe some of these could be considered :)
EDIT: I added check boxes and references to pull requests to keep track of the progress.
Some more suggestions:
- [ ] Ensure
()
are present calls and subroutine definitions with no arguments:call foo
->call foo()
- [ ] Change the case of
in
,out
,inout
values forintent
.
EDIT: I added check boxes to keep track of the progress.