Skip to content

Commit

Permalink
[external] add: fmt 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Apr 3, 2024
1 parent f3bd114 commit 923be09
Show file tree
Hide file tree
Showing 234 changed files with 109,031 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ include_directories(SYSTEM external)
include_directories(SYSTEM external/immer)
include_directories(SYSTEM external/nowide/include)
add_subdirectory(external/abseil-cpp-20240116.1)
add_subdirectory(external/fmt-10.2.1)
add_subdirectory(external/fzy)
add_subdirectory(external/immer)
add_subdirectory(external/inih)
Expand Down
8 changes: 8 additions & 0 deletions external/fmt-10.2.1/.clang-format
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 923be09

Please sign in to comment.