Add ulm class diagram & update .clang-format

This commit is contained in:
2025-03-17 13:06:15 +01:00
parent 4ca770d16b
commit be39d2dedb
3 changed files with 203 additions and 101 deletions

View File

@@ -1,4 +1,10 @@
# .clang-format
---
BasedOnStyle: LLVM
AccessModifierOffset: -4
BreakBeforeBraces: Allman
ColumnLimit: 0
FixNamespaceComments: false
IndentWidth: 4
ColumnLimit: 120
NamespaceIndentation: All
TabWidth: 4