mirror of
https://github.com/pi-hole/web.git
synced 2026-08-23 14:51:12 +01:00
editorconfig-checker requires comment continuation lines to be indented in multiples of the file's indent size (4 for .lp, 2 for .css) - several block comments added during the AdminLTE4 migration used visual alignment under the opening delimiter instead, tripping the check. Reflowed them to a flat, spec-compliant indent. Also fix a spell-check false-negative turned real hit: codespell flags "pre-selected" as a common misspelling of "preselected". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Adam Warner <me@adamwarner.co.uk>