Feedback
If statement conditions retain readable spacing before parentheses
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/632-automatic-code-formatting-mishandles-parenthesis-in-if-statement
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Automatic code formatting should preserve the space between an If statement keyword and a parenthesised condition. Grouped conditions should remain readable while the separate call-like If(condition, trueValue, falseValue) expression keeps its compact syntax.