Removed telemetry and anonymized SCM (git) strings

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent 996ac3571c
commit 5d1ee830ab
29 changed files with 84 additions and 1123 deletions

3
tools/clang-format.sh Executable file
View file

@ -0,0 +1,3 @@
#! /bin/sh
exec find src -iname *.h -o -iname *.cpp | xargs clang-format-15 -i -style=file:src/.clang-format