Home | History | Annotate | Download | only in fmtlib
      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 names
     10 
     11 Thanks for contributing!
     12