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

Rewrite: replace delimiters with space #2121

Merged
merged 2 commits into from
Jul 25, 2020
Merged

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    af06ddc View commit details
    Browse the repository at this point in the history
  2. Rewrite: replace delimiters with space

    Parens/braces serve as delimiters (such as in "if(x"), so when we remove
    them, we must ensure that tokens before and after continue to be clearly
    separated. For that, let's just replace these delimiters with spaces, as
    formatter will remove any redundant space later.
    kitbellew committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    fdc6ca3 View commit details
    Browse the repository at this point in the history