We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfec241 commit 073dd62Copy full SHA for 073dd62
Jules.md
@@ -300,9 +300,11 @@ API documentation.
300
301
## Coding Style
302
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).
305
* **Google C++ Style Guide**: Adhere to the
306
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
- as mentioned in `CONTRIBUTING.md`.
307
+ as mentioned in `CONTRIBUTING.md` for general C++ style.
308
* **Formatting**: Use `python3 scripts/format_code.py -git_diff -verbose` to
309
format your code before committing.
310
0 commit comments