blob: b4846b63ae77293761db3799749714d7e981b5df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Minimal clang-format version is 8
BasedOnStyle: GNU
UseTab: Always
SpaceAfterCStyleCast: true
SortIncludes: false
AlignConsecutiveMacros: true
BreakBeforeTernaryOperators: false
BreakBeforeBinaryOperators: None
ContinuationIndentWidth: 2
ForEachMacros:
- 'interest_manifest_foreach_suffix'
|