You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve indentation for boolean expressions and SELECT clauses
- Replace hardcoded ' AND ' and ' OR ' spacing with context.indent() in BoolExpr
- Add proper indentLevel context spawning for GROUP BY and ORDER BY clauses
- Boolean expressions now use context-aware indentation for better logical grouping
- SELECT clause elements properly track indent levels through context spawning
- Consistent indentation management across nested statements and expressions
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments