From 398a43804bac85ffa0c0a0ef9a66273cb311eac4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Dec 2016 17:43:17 -1000 Subject: [PATCH] Bug 1322321 - Update the clang format file to match more our coding style r=ehsan MozReview-Commit-ID: AU7HlaOFQm4 --HG-- extra : rebase_source : 685ebaa447dec0c2a47df1a27e3c46d172bc5b61 --- .clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.clang-format b/.clang-format index 4b084f5a387c..d8066bb2fa7f 100644 --- a/.clang-format +++ b/.clang-format @@ -28,3 +28,11 @@ NS_IMPL_CYCLE_COLLECTION_UNLINK_END_INHERITED$" SortIncludes: false + +# All of the following items are default +# in the Mozila coding style from clang format 4.0 +AlwaysBreakAfterReturnType: TopLevel +BinPackArguments: false +BinPackParameters: false +SpaceAfterTemplateKeyword: false +ReflowComments: false