PrismLauncher/launcher/modplatform/helpers
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
..
ExportToModList.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
ExportToModList.h Added filename to the modlist export 2023-11-14 19:37:23 +02:00
HashUtils.cpp Revert "Use non-mod metadata in ModrinthPackExportTask" 2024-10-28 10:29:49 +00:00
HashUtils.h rename variable 2024-06-18 22:36:39 +03:00
OverrideUtils.cpp Check return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)' 2025-10-30 03:15:14 -04:00
OverrideUtils.h huge nit: added const refs, everywhere 2022-09-26 11:50:31 +02:00