mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
Changed detected indent size to 4, which is default (It means we detected nothing, which is not bad) Correct indent (2) is not detected because we determine continuation indent by last bracket in text, and this bracket could also be inside string literal, which is the case here.