Merge branch 'an/clang-format-typofix' into next
Typofix. * an/clang-format-typofix: clang-format: fix typo in comment
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user