aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-11-08 11:04:00 +0900
committerJunio C Hamano <gitster@pobox.com>2023-11-08 11:04:00 +0900
commitfe84aa522896b437ff0c03e60f8ea6a05aeb411d (patch)
treed49181e608a6ae65efde82d937f03b79be992f17
parented14fa1c2aa0788c1e7bbd7fdbac5edae09679bf (diff)
parent8f81532599aa59900266f231d107944eef0453d9 (diff)
downloadgit-fe84aa522896b437ff0c03e60f8ea6a05aeb411d.tar.gz
Merge branch 'an/clang-format-typofix'
Typofix. * an/clang-format-typofix: clang-format: fix typo in comment
-rw-r--r--.clang-format6
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