Skip to content

Commit 073dd62

Browse files
Reformat STYLE_GUIDE.md to wrap at 80 characters
1 parent bfec241 commit 073dd62

File tree

2 files changed

+197
-184
lines changed

2 files changed

+197
-184
lines changed

Jules.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,11 @@ API documentation.
300300

301301
## Coding Style
302302

303+
* **Firebase C++ Style Guide**: For specific C++ API design and coding
304+
conventions relevant to this SDK, refer to the [STYLE_GUIDE.md](STYLE_GUIDE.md).
303305
* **Google C++ Style Guide**: Adhere to the
304306
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
305-
as mentioned in `CONTRIBUTING.md`.
307+
as mentioned in `CONTRIBUTING.md` for general C++ style.
306308
* **Formatting**: Use `python3 scripts/format_code.py -git_diff -verbose` to
307309
format your code before committing.
308310

0 commit comments

Comments
 (0)