---
Language:     Cpp
BasedOnStyle: LLVM
Standard:     Cpp11
# Force pointers to the type for C++.
DerivePointerAlignment: false
PointerAlignment: Left
IncludeCategories:
  - Regex:           '^(<|"rawspeedconfig\.h"|>)$'
    Priority:        -2
  - Regex:           '^(<|"RawSpeed-API\.h"|>)$'
    Priority:        -1
  - Regex:           '^(<|"(gtest|gmock)/)'
    Priority:        2
  - Regex:           '.*'
    Priority:        1
IncludeIsMainRegex: ''
...
