]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/.clang-format
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / .clang-format
1 BasedOnStyle: WebKit
2 Standard: Cpp11
3 AlignAfterOpenBracket: false
4 AlignEscapedNewlinesLeft: true
5 AlwaysBreakAfterDefinitionReturnType: None
6 BreakBeforeBraces: Allman
7 BreakConstructorInitializersBeforeComma: false
8 ColumnLimit: 80
9 ConstructorInitializerAllOnOneLineOrOnePerLine: true
10 ConstructorInitializerIndentWidth: 0
11 IndentCaseLabels: false
12 SortIncludes: false
13 AlignTrailingComments: false
14
15 SpacesInAngles: true
16