aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/.clang-format
blob: 7a0e3219138b60d80747f3bb08da29c353523910 (plain)
1
2
3
4
5
6
7
8
BasedOnStyle: Google
Standard: Cpp11
ColumnLimit: 80
BinPackParameters: false
AllowAllParametersOfDeclarationOnNextLine: true
SpacesInContainerLiterals: true
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: None