Files
Cpp-in-Embedded-Systems/Chapter07/error_handling/.clang-format
Amar Mahmutbegovic ed4025257f add Chapter07
2024-06-26 22:48:02 +02:00

10 lines
282 B
YAML

IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
BreakBeforeBraces: Allman
ColumnLimit: 80
SpaceBeforeParens: Never
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false