Skip to content

Commit

Permalink
Bug 1414764 - Remove Mozilla specific options to avoid build warnings…
Browse files Browse the repository at this point in the history
… with gcc and -Wcomment enabled. r=sylvestre

MozReview-Commit-ID: C8CqfB5KDeU

--HG--
extra : rebase_source : 8c616cd09cdfe4864c5775d15e953f39da10be80
  • Loading branch information
abpostelnicu committed Nov 6, 2017
1 parent 056378a commit 7b5dd9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
BasedOnStyle: Mozilla

# Ignore all comments because they aren't reflowed properly.
CommentPragmas: "^"

# Prevent the loss of indentation with these macros
MacroBlockBegin: "^\
NS_INTERFACE_MAP_BEGIN|\
Expand All @@ -24,9 +21,6 @@ NS_IMPL_CYCLE_COLLECTION_UNLINK_END_INHERITED$"
SortIncludes: false


ReflowComments: false


BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: true
Expand Down

0 comments on commit 7b5dd9b

Please sign in to comment.