[Clang] Add formatter config

This commit is contained in:
2025-09-25 15:52:16 +02:00
parent 6dc15047d4
commit 258fc61669
2 changed files with 278 additions and 0 deletions

6
scripts/setup-clang-format Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
SCRIPT_DIR=$(dirname "$0")
cp "$SCRIPT_DIR/../config/lint/eslint.config.mjs" .