1BasedOnStyle: WebKit
2AlignTrailingComments: 'true'
3AllowAllParametersOfDeclarationOnNextLine: 'false'
4AllowShortFunctionsOnASingleLine: None
5AlwaysBreakBeforeMultilineStrings: 'true'
6BinPackArguments: 'false'
7BinPackParameters: 'false'
8BreakBeforeBinaryOperators: None
9BreakBeforeBraces: Linux
10ColumnLimit: '100'
11Cpp11BracedListStyle: 'true'
12KeepEmptyLinesAtTheStartOfBlocks: 'false'
13NamespaceIndentation: None
14PointerAlignment: Right
15SortIncludes: 'true'
16SpaceAfterTemplateKeyword: 'false'
17Standard: Cpp11
18TabWidth: '3'
19IndentWidth: '3'
20ConstructorInitializerIndentWidth: '3'
21ContinuationIndentWidth: '3'
22