summaryrefslogtreecommitdiff
path: root/.clang-format
blob: c2fe69038e42ecf77d5614c0b2d5dcdd1420720b (plain)
1
2
3
4
5
6
7
8
9
---
BasedOnStyle: WebKit
IndentWidth: 8
BreakBeforeBraces: WebKit
AlignAfterOpenBracket: Align
SpaceBeforeParens: Always
PointerAlignment: Right
AlwaysBreakAfterReturnType: AllDefinitions
---