Made some small adjustments

This commit is contained in:
2024-02-19 16:01:53 +01:00
parent 1896e41b8a
commit 5cf1b33178
17 changed files with 1055 additions and 1637 deletions

14
.clang-format Executable file
View File

@@ -0,0 +1,14 @@
---
BasedOnStyle: LLVM
AlignOperands: 'true'
IndentWidth: '4'
IndentWrappedFunctionNames: 'true'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
TabWidth: '4'
UseTab: Always
ColumnLimit: '0'
PointerAlignment: Left
BreakConstructorInitializers: BeforeComma
AccessModifierOffset: -4
SortIncludes: 'false'
SortUsingDeclarations: 'false'