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
This is the template for any TSQL Formatter issues. Please Copy & Paste this issue template when creating formatter-related bugs as it will help reproduce the issue.
This is the template for any TSQL Formatter issues. Please Copy & Paste this issue template when creating formatter-related bugs as it will help reproduce the issue.
**Problem Summary**
**Formatter Settings**
```
datatypeCasing: "none" / "uppercase" / "lowercase",
keywordCasing: "none" / "uppercase" / "lowercase",
alignColumnDefinitionsInColumns: false,
placeCommasBeforeNextStatement: false,
placeSelectStatementReferencesOnNewLine" false,
```
**Input Text** - place unformatted SQL below
```
```
**Actual Output** - place formatted SQL (that doesn't work as expected) below
```
```
**Expected Output** - place formatted SQL as you'd expect it to look below
```
```
The text was updated successfully, but these errors were encountered: