mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
6be4740706
Differential Revision: https://phabricator.services.mozilla.com/D198368
10 lines
246 B
YAML
10 lines
246 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
Cpp11BracedListStyle: false
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
SortIncludes: false
|