languages: Fix C++ indentation for multi-line declarations and assignments (#47447)

ozacod and ozacod created

Before:
<img width="726" height="86" alt="indentation-problem"
src="https://github.com/user-attachments/assets/50330c66-26ac-4cb0-9f26-8ee73ec6c64d"
/>

After:
<img width="811" height="102" alt="after"
src="https://github.com/user-attachments/assets/8704bd83-b626-4b6d-8ff9-50edd6f065db"
/>

Release Notes:

- Fixed indentation problem with multi-line declarations and assignments
in C++

---------

Co-authored-by: ozacod <ozacod@users.noreply.github.com>

Change summary

crates/languages/src/c/indents.scm   | 1 +
crates/languages/src/cpp/indents.scm | 1 +
2 files changed, 2 insertions(+)

Detailed changes