mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 15:03:59 +00:00
17 lines
445 B
YAML
17 lines
445 B
YAML
BasedOnStyle: WebKit
|
|
Standard: Cpp03
|
|
AlignAfterOpenBracket: false
|
|
AlignEscapedNewlinesLeft: true
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
BreakBeforeBraces: Allman
|
|
BreakConstructorInitializersBeforeComma: false
|
|
BreakTemplateDeclarations: Yes
|
|
ColumnLimit: 80
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 0
|
|
IndentCaseLabels: false
|
|
SortIncludes: false
|
|
AlignTrailingComments: false
|
|
|
|
SpacesInAngles: true
|