https://bugs.kde.org/show_bug.cgi?id=367966
Bug ID: 367966 Summary: Auto bracket on if statements not indenting properly Product: kdevelop Version: 5.0.0 Platform: Appimage OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: all editors Assignee: kdevelop-bugs-n...@kde.org Reporter: master.ha...@gmail.com When adding brackets after an if statement in break mode, the brackets created via autobracket are one indentation level too low. Reproducible: Always Steps to Reproduce: 1. create if statement "if(true) 2.hit enter to break down to next row 3.add bracket with autobrackets (should create two brackets) Actual Results: The brackets created are at the indentation level of the previous code and not of the if statement Expected Results: brackets should be created at the indentation level the same as the if statement for which the brackets correspond. -- You are receiving this mail because: You are watching all bug changes.