Remove everything, going rustacean

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-06-29 19:32:27 +03:00
parent 1fb48e2426
commit fdafccbdad
15 changed files with 0 additions and 1216 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
cd $(dirname $0)/.. || exit 1
find src '(' -name '*.c' -o -name '*.h' -o -name '*.cpp' -o -name '*.hpp' ')' -print0 | xargs -0 clang-format -i
echo 'Formatted source files in src/'

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
cd $(dirname $0)/.. || exit 1
tokei src
exit 0