add Chapter05/gsm_lib

This commit is contained in:
Amar Mahmutbegovic
2024-05-19 23:48:23 +02:00
parent 5d93a88205
commit 19c06fe786
195 changed files with 302229 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