blob: c55a7053dc9ee2579d1c82a7444e5f1f923f6bb4 [file] [log] [blame]
---
BasedOnStyle: Chromium
BreakBeforeBinaryOperators: All
CommentPragmas: ''
ContinuationIndentWidth: 8
IndentWidth: 4
---
Language: Cpp
AlwaysBreakAfterReturnType: TopLevel
BraceWrapping:
AfterFunction: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
IncludeCategories:
- Regex: '^".*"'
Priority: 1
PointerAlignment: Right
SortIncludes: true