Skip to content

Commit aaee120

Browse files
authored
enabled syntax highlighting
1 parent 48adbaf commit aaee120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tabWidth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This option is ignored when `useTabs` option is enabled.
1111

1212
### Indenting by 2 spaces (default)
1313

14-
```
14+
```sql
1515
SELECT
1616
*,
1717
FROM
@@ -33,7 +33,7 @@ GROUP BY column4
3333

3434
Using `indent: 4`:
3535

36-
```
36+
```sql
3737
SELECT
3838
*,
3939
FROM
@@ -55,7 +55,7 @@ GROUP BY column4
5555

5656
Using `indent: "\t"`:
5757

58-
```
58+
```sql
5959
SELECT
6060
*,
6161
FROM

0 commit comments

Comments
 (0)