Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 305 Bytes

CONTRIBUTING.rst

File metadata and controls

11 lines (8 loc) · 305 Bytes

Contributing to fmt

All C++ code must adhere to Google C++ Style Guide with the following exceptions:

  • Exceptions are permitted
  • snake_case should be used instead of UpperCamelCase for function names

Thanks for contributing!