git-subtree-dir: third_party/flatbuffers git-subtree-split: 595bf0007ab1929570c7671f091313c8fc20644e
14 lines
304 B
YAML
14 lines
304 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
IndentPPDirectives: AfterHash
|
|
Cpp11BracedListStyle: false
|
|
AlwaysBreakTemplateDeclarations: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
SpaceAfterTemplateKeyword: false
|
|
AllowShortBlocksOnASingleLine: true
|
|
...
|
|
|