mxwcore-legion/dep/fmt/CONTRIBUTING.rst

12 lines
305 B
ReStructuredText
Raw Permalink Normal View History

2023-11-05 15:26:19 -05: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!