aboutsummaryrefslogtreecommitdiff
path: root/dep/fmt/CONTRIBUTING.rst
blob: 506811d4a45b13053098c24017405cea3f3a4a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
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!