blob: 899b646030679ed2c89c1982fd3cdd01ed06b9e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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!
|