PrismLauncher/launcher/minecraft/mod/tasks
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
..
GetModDependenciesTask.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
GetModDependenciesTask.h removed some duplicate code 2025-09-15 18:25:07 +03:00
LocalDataPackParseTask.cpp Check specifically for GarbageAtEnd error 2025-12-18 15:23:48 -05:00
LocalDataPackParseTask.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
LocalModParseTask.cpp fix nix build 2025-11-26 18:41:56 +02:00
LocalModParseTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
LocalResourceParse.cpp make universal resource type 2025-07-18 16:17:22 +03:00
LocalResourceParse.h make universal resource type 2025-07-18 16:17:22 +03:00
LocalResourceUpdateTask.cpp Fix shaderpacks folder being hidden on Windows 2026-01-09 13:54:14 +00:00
LocalResourceUpdateTask.h Merge remote-tracking branch 'upstream/develop' into resource-meta 2024-10-08 17:15:42 +01:00
LocalShaderPackParseTask.cpp Fixed formatting 2026-01-12 16:44:01 +01:00
LocalShaderPackParseTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
LocalTexturePackParseTask.cpp Improve mod parsing 2025-11-26 18:41:22 +02:00
LocalTexturePackParseTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
LocalWorldSaveParseTask.cpp finish moving all code to libarchive 2025-11-26 18:40:41 +02:00
LocalWorldSaveParseTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
ResourceFolderLoadTask.cpp Avoid some errors (less noisy log) 2026-01-06 17:55:44 +00:00
ResourceFolderLoadTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00