PrismLauncher/launcher/modplatform/flame
Seth Flynn da4bf6e8c2
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>
(cherry picked from commit fd91f87c21)
2026-01-18 23:01:42 +02:00
..
FileResolvingTask.cpp make universal resource type 2025-07-18 16:17:22 +03:00
FileResolvingTask.h removed some unused QNetworkAccessManager references 2025-03-03 08:31:39 +02:00
FlameAPI.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
FlameAPI.h Merge remote-tracking branch 'upstream/develop' into no-ensure 2025-11-10 18:56:32 +00:00
FlameCheckUpdate.cpp fix mod select 2025-11-05 14:24:38 +02:00
FlameCheckUpdate.h refactor FlameCheckUpdate to remove qEventLoop 2025-03-03 08:31:39 +02:00
FlameInstanceCreationTask.cpp make universal resource type 2025-07-18 16:17:22 +03:00
FlameInstanceCreationTask.h fix: curseforge optinal blocked mods 2025-06-09 23:04:20 +03:00
FlameModIndex.cpp format the code 2026-01-09 21:36:46 +00:00
FlameModIndex.h style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
FlamePackExportTask.cpp fix nix build 2025-11-26 18:41:56 +02:00
FlamePackExportTask.h Use options struct for FlamePackExportTask 2025-05-03 14:26:52 +01:00
PackManifest.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
PackManifest.h make universal resource type 2025-07-18 16:17:22 +03:00