mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
e7ec5bead1
* Rename cppformat to fmt in the PackageList.txt
(cherry picked from commit 5077c8289c)
12 lines
305 B
ReStructuredText
12 lines
305 B
ReStructuredText
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 names
|
|
|
|
Thanks for contributing!
|