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