meow #1

Closed
haskal wants to merge 3 commits from haskal/mechanical-fixes into main
30 changed files with 2044 additions and 2035 deletions
Showing only changes of commit 01e30c8e59 - Show all commits

9
.clang-format Normal file
View File

@ -0,0 +1,9 @@
---
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 100
---
Language: Cpp
DerivePointerAlignment: false
PointerAlignment: Left
...