Skip to content

Commit

Permalink
docs: Add info about fixing format problems for Envoy Mobile (envoypr…
Browse files Browse the repository at this point in the history
…oxy#29611)

Risk Level: low (doc update only)
Testing: n/a
Docs Changes:
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Sep 15, 2023
1 parent 04cd72e commit d929f2e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mobile/STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ lowest applicable layer (core/bridge) of the library, and then declaring public
values defined in terms of the enumeration, to be shared across bridge and platform code. See,
for example:
https://github.com/envoyproxy/envoy-mobile/blob/2a1b53427100d94878551b55bb564e9117f83fe6/library/common/types/c_types.h#L25

## Checking Format Problems

```
tools/check_format.sh
```

## Fixing Format Problems

```
tools/check_format.sh fix
```

0 comments on commit d929f2e

Please sign in to comment.