sebastian-nagel opened a new pull request, #955:
URL: https://github.com/apache/nutch/pull/955
A white-space only change (except a single added comma).
Unifies the indentation of every property to 2 spaces. For example:
```xml
<property>
<name>http.timeout</name>
<value>10000</value>
<description>
The default network timeout, in milliseconds.
</description>
</property>
```
The description is always kept in a separate block of lines between the
opening `<description>` and the closing `</description>`.
--
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]