mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
3354bbfc00
Differential Revision: https://phabricator.services.mozilla.com/D224300
15 lines
387 B
YAML
15 lines
387 B
YAML
BasedOnStyle: Google
|
|
ColumnLimit: 80
|
|
|
|
SortIncludes: false
|
|
IndentPPDirectives: AfterHash
|
|
|
|
# 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
|
|
|