Describe the bug
This bot tirelessly places curly brackets at the beginning of lines when they should not be flush left, for example, in PR #5242 commit [pre-commit.ci lite] apply automatic fixes
double BlasConnector::dot( const int n, const double *X, const int incX, const double *Y, const int incY, base_device::AbacusDevice_t device_type)
{
if (device_type == base_device::AbacusDevice_t::CpuDevice) {
return ddot_(&n, X, &incX, Y, &incY);
}
}
How can it be fixed to align according to code blocks and matching brackets?
Expected behavior
No response
To Reproduce
No response
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)
Describe the bug
This bot tirelessly places curly brackets at the beginning of lines when they should not be flush left, for example, in PR #5242 commit [pre-commit.ci lite] apply automatic fixes
How can it be fixed to align according to code blocks and matching brackets?
Expected behavior
No response
To Reproduce
No response
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)