blob: 070e7af555964372e8514b0c935affcdac78b5b7 (
plain) (
tree)
|
|
---
Language: Cpp
BasedOnStyle: Chromium
AccessModifierOffset: -4
BinPackArguments: false
ColumnLimit: 100
IncludeBlocks: Regroup
IndentWidth: 4
SpacesBeforeTrailingComments: 1
IncludeCategories:
- Regex: '^".*'
Priority: 1
- Regex: '^<boost/'
Priority: 2
- Regex: '^<.*\.h>$'
Priority: 3
- Regex: '.*'
Priority: 4
...
|