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

Allow to use different chars to render the tab character #97

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2024

  1. Allow to use different chars to render the tab character

    Signed-off-by: yuguorui <[email protected]>
    yuguorui committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2103a71 View commit details
    Browse the repository at this point in the history
  2. skip render empty lines with blank

    Users may want to know whether the corresponding line has spaces, but
    the current implementation unconditionally renders blanks based on
    indentation.
    
    Signed-off-by: yuguorui <[email protected]>
    yuguorui committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0cdb7ba View commit details
    Browse the repository at this point in the history