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