'\t' inserted in place of indentation #1930
-
Good afternoon, We've had some users report unwanted characters '\t' and '\z' getting inserted into code when saving source members. We believe it has to do with goofy indentation originally done in PDM. For example this code in QSQLDDLSRC: Upon saving and reopening in VS Code, '\t' appears where there was indentation: Any insight into what might be causing this or how to avoid it? Unfortunately, stripping out the unwanted characters manually isn't the preferred option for us because that would update the source dates. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @yeahitsaustin - there is actually a PR open for this right now so we should have a fix out in a few days. In the mean time, consider changing the VS Code defaults to use spaces when inserting a tab. |
Beta Was this translation helpful? Give feedback.
Hi @yeahitsaustin - there is actually a PR open for this right now so we should have a fix out in a few days.
In the mean time, consider changing the VS Code defaults to use spaces when inserting a tab.