add Chapter07

This commit is contained in:
Amar Mahmutbegovic
2024-06-26 22:48:02 +02:00
parent ef043c45ac
commit ed4025257f
197 changed files with 302320 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
BreakBeforeBraces: Allman
ColumnLimit: 80
SpaceBeforeParens: Never
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false