14 lines
387 B
YAML
14 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
|
|
|