Jan Kundrát | 4a8a029 | 2018-03-02 13:34:33 +0100 | [diff] [blame] | 1 | --- |
| 2 | BasedOnStyle: WebKit |
| 3 | #ColumnLimit: 140 |
| 4 | Standard: Cpp11 |
| 5 | Cpp11BracedListStyle: true |
| 6 | IncludeCategories: |
Jan Kundrát | a33cf08 | 2019-03-28 11:55:57 +0100 | [diff] [blame] | 7 | - Regex: '^"trompeloeil_doctest.h' |
Jan Kundrát | 4a8a029 | 2018-03-02 13:34:33 +0100 | [diff] [blame] | 8 | Priority: 1 |
| 9 | - Regex: '^<' |
| 10 | Priority: 2 |
| 11 | - Regex: '.*' |
| 12 | Priority: 3 |
| 13 | IncludeIsMainRegex: '__disabled__feature__$' |
| 14 | NamespaceIndentation: None |
| 15 | MaxEmptyLinesToKeep: 2 |
| 16 | AlwaysBreakTemplateDeclarations: true |
| 17 | AlignEscapedNewlinesLeft: true |
| 18 | AlignAfterOpenBracket: Align |
| 19 | BinPackArguments: false |
| 20 | BinPackParameters: false |
Václav Kubernát | bf083ec | 2019-02-19 13:58:09 +0100 | [diff] [blame] | 21 | SpaceBeforeCpp11BracedList: false |
Jan Kundrát | 4a8a029 | 2018-03-02 13:34:33 +0100 | [diff] [blame] | 22 | ... |