PrismLauncher/launcher/tools
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
..
BaseExternalTool.cpp chore: reformat 2023-08-14 18:16:53 +02:00
BaseExternalTool.h chore: reformat 2023-08-14 18:16:53 +02:00
BaseProfiler.cpp chore: reformat 2023-08-14 18:16:53 +02:00
BaseProfiler.h chore: reformat 2023-08-14 18:16:53 +02:00
GenericProfiler.cpp style: re-format tree with editorconfig 2026-01-18 23:01:42 +02:00
GenericProfiler.h increment clang-tools version 2024-06-28 12:48:52 +03:00
JProfiler.cpp Remove usage of SIGNAL/SLOT macro 2025-06-05 21:35:19 +08:00
JProfiler.h chore: reformat 2023-08-14 18:16:53 +02:00
JVisualVM.cpp Remove usage of SIGNAL/SLOT macro 2025-06-05 21:35:19 +08:00
JVisualVM.h Rework tools page 2025-03-23 13:11:26 +00:00
MCEditTool.cpp Remove several warnings when building the project 2025-06-02 17:00:13 +08:00
MCEditTool.h chore: reformat 2023-08-14 18:16:53 +02:00