blob: f9b078b89c7014bdb9cea36f7c7f7fff35922b91 [file] [log] [blame]
Jan Kundrát4a8a0292018-03-02 13:34:33 +01001---
2BasedOnStyle: WebKit
3#ColumnLimit: 140
4Standard: Cpp11
5Cpp11BracedListStyle: true
6IncludeCategories:
7 - Regex: '^"trompeloeil_catch.h'
8 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...