mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 16:27:19 +00:00
89711c9c47
Also added missing generated files. Change-Id: Ifd22a643a08e3f2edfce92812ed57b87fc0e1875
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
|
|
...
|
|
|