big-r81 opened a new pull request, #40:
URL: https://github.com/apache/couchdb-config/pull/40
Remove leading and trailing white-spaces from config values:
Config:
```ini
option = value
; Leading and trailing ws in value
```
This would read CouchDB as
```
option=" value
"
```
and after this change as
```
option="value"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]