Bug 1413609 - Remove Mozilla specific options as they have been merged upstream r?andi draft
authorSylvestre Ledru <sledru@mozilla.com>
Mon, 06 Nov 2017 10:06:31 +0100
changeset 693457 d836aff26aea0bddbc5a2561611cdceed5e66e8f
parent 688663 1c618b1a13662de7cec429f606367db3827b6dc7
child 739037 bab0fc6f2ac8248f729926339a652b357901e8bc
push id87807
push userbmo:sledru@mozilla.com
push dateMon, 06 Nov 2017 09:07:15 +0000
reviewersandi
bugs1413609
milestone58.0a1
Bug 1413609 - Remove Mozilla specific options as they have been merged upstream r?andi MozReview-Commit-ID: EUF8lobk4n3
.clang-format
--- a/.clang-format
+++ b/.clang-format
@@ -1,17 +1,13 @@
 BasedOnStyle: Mozilla
 
 # Ignore all comments because they aren't reflowed properly.
 CommentPragmas: "^"
 
-# Force pointers to the type for C++.
-DerivePointerAlignment: false
-PointerAlignment: Left
-
 # Prevent the loss of indentation with these macros
 MacroBlockBegin: "^\
 NS_INTERFACE_MAP_BEGIN|\
 NS_INTERFACE_TABLE_HEAD|\
 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION|\
 NS_IMPL_CYCLE_COLLECTION_.*_BEGIN|\
 NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED|\
 NS_INTERFACE_TABLE_BEGIN|\
@@ -23,22 +19,16 @@ NS_IMPL_CYCLE_COLLECTION_.*_END|\
 NS_INTERFACE_TABLE_END|\
 NS_INTERFACE_MAP_END_INHERITING|\
 NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END_INHERITED|\
 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
 
 
 BreakBeforeBraces: Custom
 BraceWrapping:
   AfterEnum: true
   AfterStruct: true
   AfterFunction: true