mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
13 lines
316 B
ReStructuredText
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!
|