diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-11-08 11:04:00 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-11-08 11:04:00 +0900 |
| commit | fe84aa522896b437ff0c03e60f8ea6a05aeb411d (patch) | |
| tree | d49181e608a6ae65efde82d937f03b79be992f17 | |
| parent | ed14fa1c2aa0788c1e7bbd7fdbac5edae09679bf (diff) | |
| parent | 8f81532599aa59900266f231d107944eef0453d9 (diff) | |
| download | git-fe84aa522896b437ff0c03e60f8ea6a05aeb411d.tar.gz | |
Merge branch 'an/clang-format-typofix'
Typofix.
* an/clang-format-typofix:
clang-format: fix typo in comment
| -rw-r--r-- | .clang-format | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index c592dda681..3ed4fac753 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 |
