blob: fb0d2f69423930e631a95dd07a892c9cf65225d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
Language: Cpp
BasedOnStyle: Chromium
AccessModifierOffset: -4
BinPackArguments: false
ColumnLimit: 100
IncludeBlocks: Regroup
IndentWidth: 4
SpacesBeforeTrailingComments: 1
IncludeCategories:
- Regex: '^".*'
Priority: 1
- Regex: '^<test_lib.*'
Priority: 2
- Regex: '^<pdb/'
Priority: 3
- Regex: '^<boost/'
Priority: 4
- Regex: '^<SafeInt.hpp>$'
Priority: 5
- Regex: '^<.*\.h>$'
Priority: 6
- Regex: '.*'
Priority: 7
...
|