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 mixed spaces and tabs for indents #5135

Closed
wants to merge 2 commits into from

Commits on Feb 8, 2016

  1. tools: alphabetize eslint stylistic issues section

    Rearrange the style rules in .eslintrc to be in alphabetical order.
    
    This has two benefits:
    
    It means the rules appear in the same order as they do in the ESLint
    documentation, easing cross-referencing.
    
    It also means that it is much easier to determine with visual inspection
    if a rule is set or not.
    Trott committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    5a03fb2 View commit details
    Browse the repository at this point in the history
  2. tools: disallow mixed spaces and tabs for indents

    Enable eslint rule disallowing mixing tabs and spaces for indentation.
    Modify the one file that had been mixing tabs and spaces.
    Trott committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    d7dca68 View commit details
    Browse the repository at this point in the history