Tidy: convert tab-indented files to 4-space (#217)

Project convention is 4-space indent for extension JS, but src/shared/utils.js
and one function in src/shared/analytics.js used tabs. Converted leading tabs
to 4 spaces, no functional change. Also fixed a misaligned line at utils.js:63
that had a single leading space instead of the expected indent.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lawrence Hook
2026-05-06 22:13:59 -04:00
committed by GitHub
parent 47ffb19e56
commit 786b9a67f7
2 changed files with 97 additions and 97 deletions