mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
be64f81eee
Move to mg_util.h so encode and decode are next ot each other. Pull out mg_next_list_entry_n() for advanced use cases. Add unit tests.
7 lines
166 B
YAML
7 lines
166 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: false
|
|
SpaceAfterCStyleCast: true
|
|
PointerBindsToType: false
|
|
DerivePointerBinding: false
|
|
IncludeBlocks: Preserve
|