dep: Add fmt 9.0.0

This commit is contained in:
Connor McLaughlin
2022-07-08 19:48:28 +10:00
parent b3c3d5d954
commit 830f097aad
29 changed files with 21922 additions and 0 deletions

8
dep/fmt/.clang-format Normal file
View File

@ -0,0 +1,8 @@
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false