dynarmic/externals/fmt/CONTRIBUTING.rst
MerryMage bcb947eb6b externals: Update fmt to 5.2.1
Merge commit '49041cb4514956a8754df6f1845f5593037ac870' into HEAD
2018-10-02 21:24:56 +01:00

13 lines
316 B
ReStructuredText

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 and type
names
Thanks for contributing!