PrismLauncher/launcher/minecraft/mod
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
..
tasks style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
DataPack.cpp Merge remote-tracking branch 'upstream/develop' into data-packs 2025-04-29 09:15:11 +01:00
DataPack.h fix: datapack/resourcepack parsing 2025-08-21 15:00:00 +03:00
DataPackFolderModel.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
DataPackFolderModel.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
MetadataHandler.h propagate side as enum instead of Qstring 2025-06-02 13:26:42 +03:00
Mod.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
Mod.h move libarchive outside bundle libs 2025-11-26 18:41:22 +02:00
ModDetails.h move libarchive outside bundle libs 2025-11-26 18:41:22 +02:00
ModFolderModel.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
ModFolderModel.h Fix warnings regarding Resource static cast 2024-11-13 23:11:33 +02:00
Resource.cpp style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
Resource.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
ResourceFolderModel.cpp format the code 2026-01-09 21:36:46 +00:00
ResourceFolderModel.h Don't use .index for shaderpacks 2026-01-06 21:53:30 +00:00
ResourcePack.cpp Merge remote-tracking branch 'upstream/develop' into data-packs 2025-04-29 09:15:11 +01:00
ResourcePack.h fix: datapack/resourcepack parsing 2025-08-21 15:00:00 +03:00
ResourcePackFolderModel.cpp refactor: remove broken Qt includes 2026-01-06 11:06:15 +00:00
ResourcePackFolderModel.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
ShaderPack.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
ShaderPack.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
ShaderPackFolderModel.cpp format the code 2026-01-09 21:36:46 +00:00
ShaderPackFolderModel.h Don't use .index for shaderpacks 2026-01-06 21:53:30 +00:00
TexturePack.cpp chore: make all the regexes static const 2025-04-28 22:37:29 +03:00
TexturePack.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
TexturePackFolderModel.cpp Replace getThemedIcon with APPLICATION->logo() 2025-09-19 00:07:05 +01:00
TexturePackFolderModel.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
WorldSave.cpp fix: cleanup and suggested changes 2022-12-26 14:50:15 -07:00
WorldSave.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00