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:
Sylvestre Ledru 2019-05-01 08:46:08 +00:00
Родитель 3fc4716479
Коммит 130a9e0fde
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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