aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/.clang-format
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-30 12:26:16 -0800
committerGravatar GitHub <noreply@github.com>2017-11-30 12:26:16 -0800
commit530437ea7ad67db8c024203ac231f2d8320c3ddb (patch)
tree838e72c8430745d38650a98c22fc51268c42acba /Firestore/core/.clang-format
parent4ec5f00b1dec8220c1e458d852eecd602dd56b8f (diff)
Move sources into firebase::firestore and internal namespaces (#494)
* Move sources into firebase::firestore and internal namespaces Combine support and core/util packages; this distinction wasn't really paying its freight.
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