Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #8602 from lioncash/fmt
Externals: Update fmt to 6.1.2
- Loading branch information
Showing
35 changed files
with
9,680 additions
and
5,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Contributing to {fmt} | ||
| ===================== | ||
|
|
||
| By submitting a pull request or a patch, you represent that you have the right | ||
| to license your contribution to the {fmt} project owners and the community, | ||
| agree that your contributions are licensed under the {fmt} license, and agree | ||
| to future changes to the licensing. | ||
|
|
||
| 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! |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.