mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 09:08:04 +00:00
* added config files for popular formatting tools * edited and moved formatting files to root per review suggestion
8 lines
106 B
YAML
8 lines
106 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
...
|
|
|