mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-07 00:41:22 +08:00
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
|
|
...
|
|
|