aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
blob: 0f5878903474b9e450f0439a54d4cfaecc53b72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BasedOnStyle: LLVM
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
AlignOperands: DontAlign
AlignTrailingComments: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BreakBeforeTernaryOperators: false
ColumnLimit: 100
ContinuationIndentWidth: 2
SortIncludes: false