PrismLauncher/launcher/ui/pages
Seth Flynn fd91f87c21
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-01-18 15:48:07 -05:00
..
global Allow moving accounts in list (#4647) 2026-01-17 02:08:19 +02:00
instance style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
modplatform style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
BasePage.h Replace typedef with using 2023-10-24 01:36:27 -07:00
BasePageContainer.h increment clang-tools version 2024-06-28 12:48:52 +03:00
BasePageProvider.h Recommend java major 2024-07-23 01:41:41 +03:00