PrismLauncher/launcher/logs
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
..
AnonymizeLog.cpp style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
AnonymizeLog.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
LogParser.cpp chore: Re-simplify IndexVersionType and MessageLevel with c++20 2025-12-11 09:59:33 -07:00
LogParser.h Merge branch 'develop' into fix-log-level-bleed 2025-12-08 09:21:27 +00:00