Skip to content

Commit 623f7b1

Browse files
nschonniMattIrv
authored andcommitted
chore: TSQL Formatter Issue template (#1099)
1 parent aba8cb2 commit 623f7b1

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: TQSL Formmater Issue
3+
about: This is the template for any TSQL Formatter issues
4+
5+
---
6+
7+
**Problem Summary**
8+
9+
MSSQL Extension Version: <0.3.0>
10+
VSCode Version: <1.9.0>
11+
OS Version:
12+
13+
**Formatter Settings**
14+
```
15+
datatypeCasing: "none" / "uppercase" / "lowercase",
16+
keywordCasing: "none" / "uppercase" / "lowercase",
17+
alignColumnDefinitionsInColumns: false,
18+
placeCommasBeforeNextStatement: false,
19+
placeSelectStatementReferencesOnNewLine" false,
20+
```
21+
22+
**Input Text** - place unformatted SQL below
23+
```sql
24+
25+
```
26+
27+
**Actual Output** - place formatted SQL (that doesn't work as expected) below
28+
```sql
29+
30+
```
31+
32+
**Expected Output** - place formatted SQL as you'd expect it to look below
33+
```sql
34+
35+
```

0 commit comments

Comments
 (0)