PrismLauncher/launcher/minecraft/mod/tasks
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
..
GetModDependenciesTask.cpp removed some duplicate code 2025-09-15 18:25:07 +03: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 21:51:35 +00:00
LocalDataPackParseTask.h style: re-format tree with editorconfig 2026-01-18 23:01:42 +02: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-11 13:19:10 +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-14 11:51:57 +00: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 21:53:30 +00:00
ResourceFolderLoadTask.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00