From 530437ea7ad67db8c024203ac231f2d8320c3ddb Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 30 Nov 2017 12:26:16 -0800 Subject: 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. --- Firestore/core/.clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Firestore/core/.clang-format (limited to 'Firestore/core/.clang-format') 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 -- cgit v1.2.3