Skip to content
New issue

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

Keep original file spaces #8

Open
antonkomarev opened this issue Sep 21, 2016 · 3 comments
Open

Keep original file spaces #8

antonkomarev opened this issue Sep 21, 2016 · 3 comments

Comments

@antonkomarev
Copy link
Contributor

antonkomarev commented Sep 21, 2016

If .env file has empty lines between key-value pairs:

APP_ENV=local

APP_KEY=

APP_DEBUG=true

APP_LOG_LEVEL=debug

After edit it will look like:

APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug

It will be great if empty lines will be saved.

@Brotzka
Copy link
Owner

Brotzka commented Sep 22, 2016

Hey,

I trie to implement this feature in the next release.

@twf-nikhila
Copy link

@Brotzka ,

Want to use this package, but not using because of few issues like removing line break and comments are considered as key. This shouldn't happen.

#37

Any update on fixing it?

@GeoSot
Copy link

GeoSot commented Nov 4, 2018

@twf-nikhila

please give a try on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants