From: Aditya Neelamraju <adityanv97@xxxxxxxxx> Signed-off-by: Aditya Neelamraju <adityanv97@xxxxxxxxx> --- clang-format: fix typo in comment for formatting binary operations. cc: Taylor Blau me@xxxxxxxxxxxx Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1602%2Faneelamr%2Fclang-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1602/aneelamr/clang-v2 Pull-Request: https://github.com/git/git/pull/1602 Range-diff vs v1: 1: e3ff8aa76fe ! 1: dfb442ea338 chore: fix typo in .clang-format comment @@ Metadata Author: Aditya Neelamraju <adityanv97@xxxxxxxxx> ## Commit message ## - chore: fix typo in .clang-format comment + clang-format: fix typo in comment Signed-off-by: Aditya Neelamraju <adityanv97@xxxxxxxxx> .clang-format | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.clang-format b/.clang-format index c592dda681f..3ed4fac753a 100644 --- a/.clang-format +++ b/.clang-format @@ -83,9 +83,9 @@ BinPackParameters: true BreakBeforeBraces: Linux # Break after operators -# int valuve = aaaaaaaaaaaaa + -# bbbbbb - -# ccccccccccc; +# int value = aaaaaaaaaaaaa + +# bbbbbb - +# ccccccccccc; BreakBeforeBinaryOperators: None BreakBeforeTernaryOperators: false base-commit: 2e8e77cbac8ac17f94eee2087187fa1718e38b14 -- gitgitgadget