zed/crates/languages
ozacod 3335a9b993
languages: Fix C++ indentation for multi-line declarations and assignments (#47447)
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>
2026-02-17 00:48:59 +05:30
..
src languages: Fix C++ indentation for multi-line declarations and assignments (#47447) 2026-02-17 00:48:59 +05:30
Cargo.toml node_runtime: Use semver::Version to represent package versions (#44342) 2025-12-17 12:27:06 +01:00
LICENSE-GPL