blob: b8c36e122b042a23789d7593752f98b9c828db20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Use the Google style in this project.
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
IncludeCategories:
- Regex: '^<.*\.h>'
Priority: 2
- Regex: '^<.*'
Priority: 1
- Regex: '.*'
Priority: 3
|