Skip to content
Snippets Groups Projects
.clang-format 283 B
Newer Older
Clemens Paumgarten's avatar
Clemens Paumgarten committed
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 8
TabWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
BinPackParameters: false
...