Options

Update Statement - Table name on same line

Which setting controls the formatting of an update statement? Currently for me an update statement is being formatted as:
Update
    TableName
and I'd prefer:
Update TableName

There's an option "Place Insert table on new line" for an insert statement, which appears to be the equivalent of what I'm looking for but on an update statement.

Thanks

Answers

Sign In or Register to comment.