mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1547143 - Force the pointer style declaration r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D28954 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
3fc4716479
commit
130a9e0fde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user