PrismLauncher/launcher/modplatform/atlauncher
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
..
ATLPackIndex.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
ATLPackIndex.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
ATLPackInstallTask.cpp refactor(instance creation): use RAII lock to suspend instance settings saving 2026-01-11 21:00:04 +05:00
ATLPackInstallTask.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ATLPackManifest.cpp add support for neoforge in atl packs 2025-11-21 22:51:43 +02:00
ATLPackManifest.h replace qvector with qlist 2025-04-19 00:59:48 +03:00
ATLShareCode.cpp chore: update license headers 2023-08-14 18:17:05 +02:00
ATLShareCode.h replace qvector with qlist 2025-04-19 00:59:48 +03:00