mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-08 01:36:53 +08:00
13 lines
319 B
Markdown
13 lines
319 B
Markdown
Contributing to {fmt}
|
|
=====================
|
|
|
|
All C++ code must adhere to [Google C++ Style Guide](
|
|
https://google.github.io/styleguide/cppguide.html) with the following
|
|
exceptions:
|
|
|
|
* Exceptions are permitted
|
|
* snake_case should be used instead of UpperCamelCase for function and type
|
|
names
|
|
|
|
Thanks for contributing!
|