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

tools: disallow multiple spaces except for indentation #6645

Closed
wants to merge 2 commits into from

Commits on May 9, 2016

  1. benchmark,test,lib: remove extra spaces

    In preparation for stricter linting, remove extra spaces.
    Trott committed May 9, 2016
    Configuration menu
    Copy the full SHA
    1d330ec View commit details
    Browse the repository at this point in the history
  2. tools: disallow multiple spaces except indentation

    Except for indentation, disallow multiple whitespace around logical
    expressions, conditional expressions, declarations, array elements,
    object properties, sequences and function parameters.
    Trott committed May 9, 2016
    Configuration menu
    Copy the full SHA
    4f049cd View commit details
    Browse the repository at this point in the history