PrismLauncher/launcher/tools
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
..
BaseExternalTool.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
BaseExternalTool.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
BaseProfiler.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
BaseProfiler.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
GenericProfiler.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
GenericProfiler.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
JProfiler.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
JProfiler.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
JVisualVM.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
JVisualVM.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MCEditTool.cpp refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00
MCEditTool.h refactor!!!: migrate from shared pointers 2026-01-11 21:00:03 +05:00