We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48adbaf commit aaee120Copy full SHA for aaee120
docs/tabWidth.md
@@ -11,7 +11,7 @@ This option is ignored when `useTabs` option is enabled.
11
12
### Indenting by 2 spaces (default)
13
14
-```
+```sql
15
SELECT
16
*,
17
FROM
@@ -33,7 +33,7 @@ GROUP BY column4
33
34
Using `indent: 4`:
35
36
37
38
39
@@ -55,7 +55,7 @@ GROUP BY column4
55
56
Using `indent: "\t"`:
57
58
59
60
61
0 commit comments