aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
blob: 220a54e7f6f1f007b052288dd645468bf2eee2d9 (plain)
1
2
3
4
5
6
7
BasedOnStyle: Google
ColumnLimit: 100
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: true
ObjCSpaceBeforeProtocolList: true
SpacesInContainerLiterals: true
PointerAlignment: Right