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
This yaml formatter does weird formatting replacement when working with CRDs.
autoformat does not replace valid characters with ? and :
?
:
autoformat replaces some characters with ? and :
.yaml
.txt
.yaml/.yml
redhat.vscode-yaml
settings.json
"[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
This yaml formatter does weird formatting replacement when working with CRDs.
Expected Behavior
autoformat does not replace valid characters with
?
and:
Current Behavior
autoformat replaces some characters with
?
and:
Steps to Reproduce
.yaml
file from.txt
example manifest provided. (Can not attach.yaml/.yml
files to the issue)redhat.vscode-yaml
in yoursettings.json
Environment
The text was updated successfully, but these errors were encountered: