use protocol buffers to do something cool

This commit is contained in:
2022-09-02 17:39:26 +02:00
parent 210da7c6a5
commit d8919ba684
25 changed files with 1219 additions and 24 deletions

View File

@ -1,5 +1,4 @@

---
---
Language: Cpp
BasedOnStyle: LLVM
DerivePointerAlignment: false
@ -10,3 +9,5 @@ SortIncludes: false
IncludeBlocks: Preserve
---
Language: Proto
BasedOnStyle: Google