sadv1r / ansible-vault-editor-idea-plugin

Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
https://plugins.jetbrains.com/plugin/14278-ansible-vault-editor
MIT License
37 stars 5 forks source link

Preserve newline at end of file #181

Closed mithodin closed 1 year ago

mithodin commented 1 year ago

I need a newline at the end of the plaintext of my vault file. The plugin removes this newline every time I edit the vault, so I need to remember to manually re-add it, which is error-prone. Ideally, opening a vault and saving it without changing anything should keep the file exactly the same.

sadv1r commented 1 year ago

@mordekasg Fixed this and it will be available in the next release