Files
Cpp-in-Embedded-Systems/Chapter04/bare/.clang-format
2024-04-28 00:57:39 +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