Replies: 1 comment 2 replies
-
Faced the same issue when wanting to use Jinja Macros. This is due to the default prettier config (setting "language_overrides": {
"YAML": {
"prettier": {
"bracketSpacing": false
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Wondering if it might be a configuration issue from my end or a bug.
When working on YAML files and using curly brackets, when I save my file, Zed adds spaces between the curly brackets to the text inside.
For example:
before save: {text}
after save: { text }
Has anyone experienced this and know how to solve?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions