Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatter Issue Template #704

Closed
kevcunnane opened this issue Feb 16, 2017 · 0 comments
Closed

Formatter Issue Template #704

kevcunnane opened this issue Feb 16, 2017 · 0 comments

Comments

@kevcunnane
Copy link
Contributor

kevcunnane commented Feb 16, 2017

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**

  • MSSQL Extension Version: <0.3.0>
  • VSCode Version: <1.9.0>
  • OS Version:

**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
```

```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant