Files
Cpp-in-Embedded-Systems/Chapter17/fsm/.clang-format
Amar Mahmutbegovic a1b36d343e add Chapter17
2025-01-11 12:48:14 +01:00

10 lines
282 B
YAML

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