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
With let g:yaml_formatter_indent_collection=1, running :YAMLFormat on the following file:
let g:yaml_formatter_indent_collection=1
:YAMLFormat
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: trailing-whitespace
produces:
which cannot even be parsed. Expected:
The text was updated successfully, but these errors were encountered:
chore(editor): Uninstall yaml formatter
4906b58
This thing is too buggy: tarekbecker/vim-yaml-formatter#3
No branches or pull requests
With
let g:yaml_formatter_indent_collection=1
, running:YAMLFormat
on the following file:produces:
which cannot even be parsed. Expected:
The text was updated successfully, but these errors were encountered: