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