We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure what happened but with the latest version it stopped honoring the workspace vscode settings.
I have a .vscode/settings.json
{ "[yaml]": { "editor.tabSize": 4, "editor.insertSpaces": true } }
All files opened are showing 2 spaces instead of 4, when saving it's auto-formats back to 2.
If I manually change the file back to 4 and save, it does not format back to 4 it stays at 2.
Downgrading to 0.10.1 brings back the expected behavior.
The text was updated successfully, but these errors were encountered:
Can confirm the issue. I think this: https://github.com/redhat-developer/yaml-language-server/pull/305/files PR introduced the formatting issue
Sorry, something went wrong.
I'm using the following .editorconfig file and saving a file auto-formats the file to 4 spaces.
.editorconfig
[*.{yml,json}] indent_size = 2
Merge pull request redhat-developer#366 from dellison/master
d0f9b44
update readme with example of an array of glob patterns for schema
evidolob
Successfully merging a pull request may close this issue.
Not sure what happened but with the latest version it stopped honoring the workspace vscode settings.
I have a .vscode/settings.json
All files opened are showing 2 spaces instead of 4, when saving it's auto-formats back to 2.
If I manually change the file back to 4 and save, it does not format back to 4 it stays at 2.
Downgrading to 0.10.1 brings back the expected behavior.
The text was updated successfully, but these errors were encountered: