This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push: new c870b0a3b ci: Disable string breaking in clang-format c870b0a3b is described below commit c870b0a3bb3783ba9515fcf032d5542d0017d591 Author: Szymon Czapracki <szymon.czapra...@codecoup.pl> AuthorDate: Thu Jun 26 17:32:45 2025 +0200 ci: Disable string breaking in clang-format Previous configuration produced weirdly formatted results while dealing with long strings. --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 276f7fe43..626746ae3 100644 --- a/.clang-format +++ b/.clang-format @@ -79,6 +79,7 @@ SpacesInParentheses: false SpaceAfterCStyleCast: false SpaceBeforeParens: ControlStatementsExceptControlMacros SpaceInEmptyParentheses: false +BreakStringLiterals: false AlignArrayOfStructures: Left SortIncludes: false