feat: add npm-groovy-lint, jq, yamlfmt, yamlfix, xmllint formatters#49
feat: add npm-groovy-lint, jq, yamlfmt, yamlfix, xmllint formatters#49xiaoshihou514 merged 4 commits intonvimdev:mainfrom 231tr0n:main
Conversation
|
I am not sure about the jq config, shouldn't |
|
@xiaoshihou514 I actually tested it and it works. You can do it like this as well |
|
Yes, but do we really need this flag |
It outputs colors without that flag. So we might end up having terminal escape characters for colors afaik. I did not test it though without the -M flag. |
|
By default, jq outputs colored JSON if writing to a terminal. You can force it to produce color even if writing to a pipe or a file using -C |
|
Ohh it works like that is it, ok then should i remove the -M flag then? |
|
I have no experience with other tools, so they look good to me. |
Yes |
|
@xiaoshihou514! done removed it. |
|
Thanks for the pr btw :) |
Checklist (adding a new tool):
This PR also closes #38