[
https://issues.apache.org/jira/browse/NUTCH-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18105069#comment-18105069
]
ASF GitHub Bot commented on NUTCH-3207:
---------------------------------------
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>`.
> Unify indentation in nutch-default.xml
> --------------------------------------
>
> Key: NUTCH-3207
> URL: https://issues.apache.org/jira/browse/NUTCH-3207
> Project: Nutch
> Issue Type: Improvement
> Components: configuration, documentation
> Affects Versions: 1.23
> Reporter: Sebastian Nagel
> Priority: Major
> Fix For: 1.24
>
>
> The indentation in nutch-default.xml is not consistent, even making Yetus
> complain about it ("blanks:tabs in line").
--
This message was sent by Atlassian Jira
(v8.20.10#820010)