Uses TAB characters for indentation.
false(default) use spaces (seetabWidthoption).trueuse tabs.
Using useTabs: true:
SELECT
*,
FROM
(
SELECT
column1,
column5
FROM
table1
) a
JOIN table2
WHERE
column6
AND column7
GROUP BY column4Imagine that these long sequences of spaces are actually TAB characters :)