Merge branch 'an/clang-format-typofix' into next

Typofix.

* an/clang-format-typofix:
  clang-format: fix typo in comment
This commit is contained in:
Junio C Hamano
2023-11-02 13:10:51 +09:00

View File

@ -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