You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are methods such as DisableTrimStartValues() and DisableTrimEndValues() but it would be nice if there was a method to disable the trims both at the beginning and at the end of the value.
For example:
new EnvLoader().DisableTrimValues().Load();new EnvParser().DisableTrimValues().Parse(envFile);
The text was updated successfully, but these errors were encountered:
There are methods such as
DisableTrimStartValues()
andDisableTrimEndValues()
but it would be nice if there was a method to disable the trims both at the beginning and at the end of the value.For example:
The text was updated successfully, but these errors were encountered: