ray/cpp
Kai Yang e9755d87a6
[Lint] One parameter/argument per line for C++ code (#22725)
It's really annoying to deal with parameter/argument conflicts. This is even frustrating when we merge code from the community to Ant's internal code base with hundreds of conflicts caused by parameters/arguments.

In this PR, I updated the clang-format style to make parameters/arguments stay on different lines if they can't fit into a single line.

There are several benefits:

* Conflict resolving is easier.
* Less potential human mistakes when resolving conflicts.
* Git history and Git blame are more straightforward.
* Better readability.
* Align with the new Python format style.
2022-03-13 17:05:44 +08:00
..
example [Doc] Fix bad doc and recover doc of c++ api (#22213) 2022-02-08 19:04:37 +08:00
include/ray [Lint] One parameter/argument per line for C++ code (#22725) 2022-03-13 17:05:44 +08:00
src/ray [Lint] One parameter/argument per line for C++ code (#22725) 2022-03-13 17:05:44 +08:00
BUILD.bazel [C++ Worker]Python call cpp worker (#22820) 2022-03-10 11:06:14 -08:00
test_python_call_cpp.py [C++ Worker]Python call cpp worker (#22820) 2022-03-10 11:06:14 -08:00