mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 15:13:13 +07:00
Formatting was applied to a detached block and then per-statement after insertion, which broke Python suite indentation and disturbed nearby comments. Now: - Perform one context-aware indentation adjustment (adjustLineIndent) over the contiguous inserted range after insertion; commit/unblock the document first. - Detect and delete redundant self-assignment (e.g., `x = x`) from single-return inlining. GitOrigin-RevId: 3d85fbfbf557d5f5f02377ec83f99ca657ad49b5