node icon indicating copy to clipboard operation
node copied to clipboard

tools: update clang-format to v19

Open redyetidev opened this issue 4 months ago • 25 comments

The previous attempt to update clang-format used a WASM compiled library, which unfortunately had it's issues, and was reverted.

This attempt uses the direct binaries instead of the WASM compiled library, so it can be ensured that they are identical to what is expected.

redyetidev avatar Sep 30 '24 21:09 redyetidev