ulib/3party/fmt/CONTRIBUTING.rst

12 lines
305 B
ReStructuredText
Raw Normal View History

2023-12-05 11:33:13 +08:00
Contributing to fmt
===================
All C++ code must adhere to `Google C++ Style Guide
<https://google.github.io/styleguide/cppguide.html>`_ with the following
exceptions:
* Exceptions are permitted
* snake_case should be used instead of UpperCamelCase for function names
Thanks for contributing!