A single section of whitespace contains both tabs and spaces.
Convention: Here, the • character represents a space and the → character represents a tab. In this example, the second line contains two spaces and one tab.
SELECT
••→a
FROM foo
Change the line to use spaces only.
SELECT
••••a
FROM foo
The defaults can be configured per your needs with the following parameters in the analyzers.meta
section.
Parameter | Type | Default value |
---|---|---|
tabspacesize | Integer | 4 |