Tomáš Pecka | 5123e00 | 2020-06-05 15:29:21 +0200 | [diff] [blame] | 1 | --- |
| 2 | BasedOnStyle: WebKit |
| 3 | #ColumnLimit: 140 |
| 4 | Standard: Cpp11 |
| 5 | Cpp11BracedListStyle: true |
| 6 | IncludeCategories: |
| 7 | - Regex: '^"trompeloeil_doctest.h' |
| 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 |
Tomáš Pecka | 1dd00b6 | 2021-05-12 10:26:33 +0200 | [diff] [blame] | 21 | SpaceBeforeCpp11BracedList: false |
Tomáš Pecka | 5123e00 | 2020-06-05 15:29:21 +0200 | [diff] [blame] | 22 | ... |