stripped down all pixwerx code to a minimal istic subset

This commit is contained in:
Hartmut Seichter 2023-06-30 20:41:02 +02:00
commit 612677c52d
398 changed files with 164811 additions and 0 deletions

10
.clang-format Normal file
View file

@ -0,0 +1,10 @@
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
---