Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support core.commentString configuration #99

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Support core.commentString configuration #99

merged 1 commit into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. Support core.commentString configuration

    The core.commentChar configuration was superseded by core.commentString
    which allows for a multi-character string instead of a single character.
    
    This commit adds support for core.commentString handling.
    The existing comment_char method was renamed to comment_string
    which internally falls back to core.commentChar
    if core.commentString is unset.
    abhinav committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d8edacd View commit details
    Browse the repository at this point in the history