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