aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/.clang-format')
-rw-r--r--Firestore/core/.clang-format8
1 files changed, 8 insertions, 0 deletions
diff --git a/Firestore/core/.clang-format b/Firestore/core/.clang-format
new file mode 100644
index 0000000..7a0e321
--- /dev/null
+++ b/Firestore/core/.clang-format
@@ -0,0 +1,8 @@
+BasedOnStyle: Google
+Standard: Cpp11
+ColumnLimit: 80
+BinPackParameters: false
+AllowAllParametersOfDeclarationOnNextLine: true
+SpacesInContainerLiterals: true
+PointerAlignment: Left
+AllowShortFunctionsOnASingleLine: None