Lohmar ASHAR
Lohmar ASHAR
Hi, I use your plugin every day, so thank you for your work. As said in the title I would like very much to have the possibility to call "JSMin"...
I'd like this features for the formatter (maybe others will too): - don't indent/explode nested objects and arrays if they contain only one level For something like: ```{"a":1,"b":{"x":2,"y":3},"c":[4,5,6]}``` instead of...
Ported some code from `ansible.cli` so that the DataLoaders would have access to vault secrets when the `ANSIBLE_VAULT_PASSWORD_FILE` ENV var is set. Vault ids are not supported. The idea was...