From 053b29d162e7b157cecbfcd214005a961103ad67 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 2 Feb 2026 12:20:38 +0100 Subject: fix(repo): Revert accidental changes to third_party libs - Reverted modifications made to files within the 'third_party/' directory. - Updated CONTRIBUTING.md to explicitly forbid any automated or manual changes to third-party code. --- doc/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/CONTRIBUTING.md') diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md index 7ae2e52..265b686 100644 --- a/doc/CONTRIBUTING.md +++ b/doc/CONTRIBUTING.md @@ -25,6 +25,8 @@ Refer to the "Testing" and "Windows Cross-Compilation" sections in `HOWTO.md` fo All code **must** be formatted using `clang-format` before committing. This ensures a consistent coding style across the entire codebase. +**Warning**: Never apply formatting or make any manual edits to files in the `third_party/` directory. These are external libraries and must remain unmodified. + To format your code, run the following command from the project root: ```bash clang-format -i $(git ls-files | grep -E '\.(h|cc)$' | grep -vE '^(assets|archive|third_party)/') -- cgit v1.2.3