initial commit

This commit is contained in:
Jan Wolff 2021-07-08 20:31:34 +02:00
commit 16399fab9e
7 changed files with 142 additions and 0 deletions

10
.clang-format Normal file
View file

@ -0,0 +1,10 @@
# Linux-like style
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: true
IndentCaseLabels: false
# Force pointers to the type
DerivePointerAlignment: false
PointerAlignment: Left