Skip to content

Commit

Permalink
Bug 1547143 - Force the pointer style declaration r=Ehsan
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed May 1, 2019
1 parent ee322a9 commit 36a9f7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ SortIncludes: false
IndentPPDirectives: AfterHash
StatementMacros: [MARKUPMAP, ASSERT_TRUE, ASSERT_FALSE, TEST, CHECK]

# The Google coding style states:
# You should do this consistently within a single file, so, when modifying an
# existing file, use the style in that file.
# Let's be more prescriptive and default to the one used in the Mozilla
# coding style
DerivePointerAlignment: false
PointerAlignment: Left

0 comments on commit 36a9f7e

Please sign in to comment.