-
What is the recommended way of sharing formatting rules across the entire team? |
Beta Was this translation helpful? Give feedback.
Answered by
gorkem
Feb 1, 2023
Replies: 1 comment
-
The formatter for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alex529
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The formatter for the
vscode-yaml
is a delegate to the prettier. Unfortunately,vscode-yaml
does not read the prettier configuration files (.prettierrc
and friends). So my recommendation is to disable the formatter from the extension and use prettier for formatting directly.