Files
Cpp-in-Embedded-Systems/Chapter12/cpp_hal/.clang-format
Amar Mahmutbegovic a73a8f62f1 add Chapter12
2024-10-21 05:39:20 +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