Open vovagorodok opened 1 year ago
@llvm/issue-subscribers-clang-format
Additionally it breaks line after initialization list
SteppersPositionControl::SteppersPositionControl(const SteppersKinematics& kinematics) :
kinematics(kinematics),
drivers{
{STEPPER_FULL_STEPS_PER_REV, STEPPER_1_DIR, STEPPER_1_STEP},
{STEPPER_FULL_STEPS_PER_REV, STEPPER_2_DIR, STEPPER_2_STEP}
},
driver(drivers[0], drivers[1]), currentSteps() {
driver.begin(steppersRpm.value(), STEPPER_MICROSTEPS);
}
Perhaps it's same issue
For file:
After
-style=Chromium
or any other style:{ 0, 0, 0 }
is beaked to new line. Cant find option to disable it