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

Enforce tab indentation in templates #15289

Merged
merged 5 commits into from
Apr 11, 2021
Merged

Commits on Apr 10, 2021

  1. Enforce tab indendation in templates

    This adds editorconfig-checker [1] to lint the template files so they
    conform the editorconfig files. I fixed all current identation issues
    using the fix mode of eclint [2] and some manual corrections.
    
    We can extend this linting to other files later, for now I'd like this
    PR to focus on HTML template files only.
    
    [1] https://github.com/editorconfig-checker/editorconfig-checker
    [2] https://github.com/jedmao/eclint
    silverwind committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    486d61f View commit details
    Browse the repository at this point in the history
  2. fix indendation

    silverwind committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    f06cfd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a79216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a523e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    67474f4 View commit details
    Browse the repository at this point in the history