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 separate tabSize and indentSize #358

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

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    1cd7dea View commit details
    Browse the repository at this point in the history
  2. Fix tsc complaint

    yshui committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    75045dd View commit details
    Browse the repository at this point in the history
  3. Decouple indentSize and tabSize if needed

    if indentSize is set to "tabSize" in config, and we try to set tabSize,
    we will inadvertantly set indentSize as well. so decouple them in this
    case.
    
    and remove the hack that was here for this problem.
    yshui committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2584ce4 View commit details
    Browse the repository at this point in the history