etherpad-lite/admin/src
John McLear 09d782f695
Enforce 2-space indentation across codebase (#7426)
* Enforce 2-space indentation across codebase

Convert all 4-space indented source files to 2-space to match
.editorconfig and project contributor guidelines.

74 files converted: admin UI components, type definitions, security
modules, test files, helpers, and utilities.

No functional changes — 2882 insertions, 2882 deletions (pure
whitespace).

Fixes #7353

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Limit admin tests to chromium and firefox

Webkit is already tested in the dedicated frontend-tests workflow.
Running it again in admin tests causes flaky failures due to slow
socket connections and external API timeouts on webkit CI runners.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 19:48:45 +01:00
..
components Enforce 2-space indentation across codebase (#7426) 2026-04-01 19:48:45 +01:00
localization Enforce 2-space indentation across codebase (#7426) 2026-04-01 19:48:45 +01:00
pages Enforce 2-space indentation across codebase (#7426) 2026-04-01 19:48:45 +01:00
store Enforce 2-space indentation across codebase (#7426) 2026-04-01 19:48:45 +01:00
utils Enforce 2-space indentation across codebase (#7426) 2026-04-01 19:48:45 +01:00
App.css Feat/admin react (#6211) 2024-03-09 23:07:09 +01:00
App.tsx fix(admin): Fixed updating plugins (#6705) 2024-10-10 18:15:48 +02:00
index.css chore: added possibility to create pads via admin menu (#7100) 2025-08-26 21:51:13 +02:00
main.tsx feat(admin): Added shoutout to admin panel (#6346) 2024-04-21 17:58:51 +02:00
vite-env.d.ts Feat/admin react (#6211) 2024-03-09 23:07:09 +01:00