Skip to content

Conversation

zandivx
Copy link

@zandivx zandivx commented Oct 1, 2025

To enhance the great CLI option --strip-comments further the additional option --comment-spacing=N was implemented. That way people could e.g. specify --comment-spacing=2 to have a more 'pythonic' style for comments.

zandivx and others added 4 commits October 1, 2025 11:31
* feat: add whitespace option for string concatenation

* Fix concat operator formatting and add context checks

Address Qodo review comments:
- Add level and end_of_delim checks to avoid formatting // inside strings/comments
- Remove unsafe trailing rstrip that could strip string literal whitespace
- Enable concat spacing at whitespace level 4
- Add comprehensive test coverage for concat operator formatting

* Restore README.md from master

* fix(indent): realign mis-indented nested blocks

* Update example.f90

* Update example.f90

* Fix indentation in nested DO loops

* Update expected_results

* Update expected_results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants