uibk_703602-Compiler-Constr.../lab/.clang-format

14 lines
272 B
Plaintext
Raw Normal View History

2021-04-16 13:07:35 +02:00
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
BinPackParameters: false
IndentCaseLabels: false
...