mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 16:57:03 +08:00
319 B
319 B
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 and type names
Thanks for contributing!