]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/fmt/CONTRIBUTING.rst
update download target update for octopus release
[ceph.git] / ceph / src / seastar / fmt / CONTRIBUTING.rst
1 Contributing to fmt
2 ===================
3
4 All C++ code must adhere to `Google C++ Style Guide
5 <https://google.github.io/styleguide/cppguide.html>`_ with the following
6 exceptions:
7
8 * Exceptions are permitted
9 * snake_case should be used instead of UpperCamelCase for function and type
10 names
11
12 Thanks for contributing!