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

Clipboard plugin (méli-mélo): Restore space indents #2422

Commits on Sep 5, 2024

  1. Clipboard plugin (méli-mélo): Restore space indents

    wet-boew#2411 accidentally-introduced tab indents into the plugin's JS file.
    
    It was caused by a clash of EditorConfig settings (which apply GCWeb's basic linting settings to all méli-mélo files) vs ESLint (which excludes méli-mélo). The added indents adhered to the EditorConfig settings, but the file itself was using a different kind of indent style (groups of 4 spaces).
    
    This changes the tab characters back into spaces.
    EricDunsworth committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    891ca92 View commit details
    Browse the repository at this point in the history