Hi
When I have some text - for exampleWhen I highlight this text and press tab - it indents all lines to the nearest tab width. So if the tab width was 4, you end up with
Is there any way to make it so that it indents the text in a more simple manner (i.e. just adds a tab to the start of each line)? Because I'd like it to preserve formatting like the above, ideally.
When I have some text - for example
SELECT SiteCode
FROM tblCfgSites
WHERE ID > 5
GROUP BY SiteCode
SELECT SiteCode
FROM tblCfgSites
WHERE ID > 5
GROUP BY SiteCode