Merge branch 'an/clang-format-typofix'
Typofix. * an/clang-format-typofix: clang-format: fix typo in comment
This commit is contained in:
@ -83,9 +83,9 @@ BinPackParameters: true
|
|||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
|
|
||||||
# Break after operators
|
# Break after operators
|
||||||
# int valuve = aaaaaaaaaaaaa +
|
# int value = aaaaaaaaaaaaa +
|
||||||
# bbbbbb -
|
# bbbbbb -
|
||||||
# ccccccccccc;
|
# ccccccccccc;
|
||||||
BreakBeforeBinaryOperators: None
|
BreakBeforeBinaryOperators: None
|
||||||
BreakBeforeTernaryOperators: false
|
BreakBeforeTernaryOperators: false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user