PrismLauncher/launcher/modplatform
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
..
atlauncher style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
flame style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
helpers style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
import_ftb fix ftb import for old packs (#4787) 2026-01-17 17:03:59 +02:00
legacy_ftb refactor(instance creation): use RAII lock to suspend instance settings saving 2026-01-11 21:00:04 +05:00
modrinth refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
packwiz chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
technic refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
CheckUpdateTask.h fix build 2026-01-17 02:28:56 +02:00
EnsureMetadataTask.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
EnsureMetadataTask.h remove some QEventLoops 2025-03-02 08:36:48 +02:00
ModIndex.cpp format the code 2026-01-09 22:28:25 +02:00
ModIndex.h format the code 2026-01-09 22:28:25 +02:00
ResourceAPI.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ResourceAPI.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
ResourceType.cpp make universal resource type 2025-07-18 16:17:22 +03:00
ResourceType.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00