try to add tahoma functionality--> RAM overflow -->removed Tahome for now

This commit is contained in:
2025-05-13 19:21:20 +02:00
parent f74fde8d82
commit df516837cc
614 changed files with 77666 additions and 288 deletions
@@ -0,0 +1,12 @@
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Google
Standard: c++11
AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
IndentPPDirectives: AfterHash
DerivePointerAlignment: false
# Always break after if to get accurate coverage
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false