Open
Description
- I'd like spaces after commas in declarations, but not in arguments of procedure definition or call, or in array indices. Fixes and new options #99
- 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). Fixes and new options #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.