Skip to content

NUTCH-3207 Unify indentation in nutch-default.xml - #955

Merged
lewismc merged 1 commit into
apache:masterfrom
sebastian-nagel:NUTCH-3207-nutch-default-xml-indentation
Aug 27, 2026
Merged

lewismc merged 1 commit into
apache:masterfrom
sebastian-nagel:NUTCH-3207-nutch-default-xml-indentation

Conversation

@sebastian-nagel

Copy link
Copy Markdown
Contributor

A white-space only change (except a single added comma).

Unifies the indentation of every property to 2 spaces. For example:

<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>.

@sebastian-nagel
sebastian-nagel force-pushed the NUTCH-3207-nutch-default-xml-indentation branch from d0d4ab9 to f3f76c6 Compare August 16, 2026 09:58
@sonarqubecloud

Copy link
Copy Markdown

@lewismc
lewismc self-requested a review August 16, 2026 19:45

@lewismc lewismc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lewismc
lewismc merged commit afbebd3 into apache:master Aug 27, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants