From 0abd3444344ea134b0593fcaaf428e82cd190e12 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 27 Jul 2017 11:02:39 -0700 Subject: Add clang-format options and script; apply to FirebaseCore (#151) --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..220a54e --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +BasedOnStyle: Google +ColumnLimit: 100 +BinPackParameters: false +AllowAllParametersOfDeclarationOnNextLine: true +ObjCSpaceBeforeProtocolList: true +SpacesInContainerLiterals: true +PointerAlignment: Right -- cgit v1.2.3