1Contributing to fmt 2=================== 3 4All C++ code must adhere to `Google C++ Style Guide 5<https://google.github.io/styleguide/cppguide.html>`_ with the following 6exceptions: 7 8* Exceptions are permitted 9* snake_case should be used instead of UpperCamelCase for function names 10 11Thanks for contributing! 12