You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (...) and end foo, but not in write(...) or close(...).
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: