yaml-language-server
yaml-language-server copied to clipboard
Add on type conversion of tab char to spaces
What does this PR do?
Add on type conversion of tab char to spaces
What issues does this PR fix or reference?
#244
Is it tested? How?
With unit test. Unfortunately vscode doesn't trigger onTypeFormatting when \\t character is typed, maybe I need to report an issue for it.
@mickaelistria Can you check this PR, as I won't able to test it in vscode?
Coverage increased (+0.3%) to 76.427% when pulling 639ae4db40ab59065e4205f6f05ba81b2a4d65f1 on evidolob:convert-tab-to-spaces into d35e49aba79ba55079ff9abd3d46c5e0f678df52 on redhat-developer:master.
Unfortunately, LSP4E doesn't yet support onTypeFormatting ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=537154 ) so I'm not able to test it either at the moment...
Closing as the original issue is closed and this is no longer worked on