cmakeconancpp17cppcheckclang-formatcpp-course UpdatedOct 27, 2024 CMake C++ project template with unit-tests, documentation, ci-testing and workflows. testinggithub-pagescoveragecmakeloggingvscodeclangdoxygenmakeconancmakelistscodecovclang-formatmsvcclang-tidysanitizercatch2github-actions ...
clang-format.yml 642 workflow runs Remove glz::expected and always use std::expected (#1314) clang-format#1126:Commita08c7b5pushed bystephenberry main March 11, 2025 13:2225s Make glz::manage format agnostic (#1646) clang-format#1125:Commitc7b97fepushed bystephenberry ...
void format(const details::log_msg &, const std::tm &, memory_buf_t &dest) override { auto &mdc_map = mdc::get_context(); @@ -802,7 +802,7 @@ class mdc_formatter : public flag_formatter { } } void format_mdc(const mdc::mdc_map_t &mdc_map, memory_buf_t &dest){ void...
void gp_log(GPLogLevel level, const char *domain, const char *format, ...) { va_list args; va_start(args, format); char buffer[1024]; vsnprintf(buffer, 1024, format, args); va_end(args); va_list args; va_start(args, format); char buffer[1024]; vsnprintf(buffer, 1024, format...
Cannot retrieve latest commit at this time. History5 Commits .clang-format README.md Repository files navigation README Clang-Format 나의 Clang-Format 주로 사용하는 Clang-Format (LLVM Style) wget https://raw.githubusercontent.com/2daeeun/Clang-Format/main/.clang-format About...
# This file is used by clang-format to autoformat paddle source code # # The clang-format is part of llvm toolchain. # It need to install llvm and clang to format source code style. # # The basic usage is, # clang-format -i -style=file PATH/TO/SOURCE/CODE # # The -style=file...
FCITX_ASSERT(c.selectedSentence() == "Hello你What"); } { c.clear(); c.type("shounihao"); auto shouPinyin = PinyinEncoder::encodeFullPinyin("shou"); c.selectCustom(4, "✋", std::string_view(shouPinyin.data(), shouPinyin.size())); c.selectCustom(4, "✋", std::string_view...
Format code in Xcode 8+ with clang-format. Contribute to mapbox/XcodeClangFormat development by creating an account on GitHub.
17 changes: 15 additions & 2 deletions 17 .clang-format Original file line numberDiff line numberDiff line change @@ -148,8 +148,21 @@ SpacesInSquareBrackets: false Cpp11BracedListStyle: false # A list of macros that should be interpreted as foreach loops instead of as # function call...
2 changes: 1 addition & 1 deletion 2 .clang-format Original file line numberDiff line numberDiff line change @@ -14,7 +14,7 @@ AllowAllConstructorInitializersOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: ...