PrismLauncher/launcher/modplatform/flame
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
..
FileResolvingTask.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FileResolvingTask.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameAPI.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameAPI.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameCheckUpdate.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameCheckUpdate.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameInstanceCreationTask.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameInstanceCreationTask.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlameModIndex.cpp format the code 2026-01-09 22:28:25 +02:00
FlameModIndex.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
FlamePackExportTask.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
FlamePackExportTask.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05: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