blob: 2a60aa0fc500650c04544bfaa18d18652d00e943 [file] [log] [blame]
Jan Kundrát4a8a0292018-03-02 13:34:33 +01001---
2BasedOnStyle: WebKit
3#ColumnLimit: 140
4Standard: Cpp11
5Cpp11BracedListStyle: true
6IncludeCategories:
Jan Kundráta33cf082019-03-28 11:55:57 +01007 - Regex: '^"trompeloeil_doctest.h'
Jan Kundrát4a8a0292018-03-02 13:34:33 +01008 Priority: 1
9 - Regex: '^<'
10 Priority: 2
11 - Regex: '.*'
12 Priority: 3
13IncludeIsMainRegex: '__disabled__feature__$'
14NamespaceIndentation: None
15MaxEmptyLinesToKeep: 2
16AlwaysBreakTemplateDeclarations: true
17AlignEscapedNewlinesLeft: true
18AlignAfterOpenBracket: Align
19BinPackArguments: false
20BinPackParameters: false
Václav Kubernátbf083ec2019-02-19 13:58:09 +010021SpaceBeforeCpp11BracedList: false
Jan Kundrát4a8a0292018-03-02 13:34:33 +010022...