SWDEV-123456 auto clang-format (#482)

* SWDEV-123456 - add clang-format script and pre-commit hook
This commit is contained in:
Lytovchenko, Danylo
2025-06-05 14:28:12 +02:00
committed by GitHub
parent 1bce89ca51
commit 580a8759dd
4 changed files with 70 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec "$(git rev-parse --show-toplevel)/.github/hooks/clang-format-check.sh"