Skip to content
Snippets Groups Projects
Commit 130a9e0f authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Bug 1547143 - Force the pointer style declaration r=Ehsan

Differential Revision: https://phabricator.services.mozilla.com/D28954

--HG--
extra : moz-landing-system : lando
parent 3fc47164
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment