diff --git a/.changeset/calm-oneline-guards.md b/.changeset/calm-oneline-guards.md index 57fe52043..e56baf491 100644 --- a/.changeset/calm-oneline-guards.md +++ b/.changeset/calm-oneline-guards.md @@ -1,5 +1,5 @@ --- -"rawsql-ts": minor +"rawsql-ts": patch --- Add the `oneLineMaxLength` formatter option. When enabled, opt-in one-line constructs such as parentheses, CASE expressions, JOIN conditions, subqueries, and `cte-oneline` CTE entries stay compact only while their rendered candidate fits within the configured width; longer candidates fall back to the normal multiline formatter.