Skip to content

Commit 18b5801

Browse files
committed
Change XML comment style to avoid mixed whitespace
The previous style required leading tabs followed by five spaces. Consequently, no autoformatting tools supported it, meaning it had to be done manually every time, and thus there were many incorrectly formatted comments around. Let's change to a comment style that uses only leading tabs, and is hence autoformattable by standard tools.
1 parent ae297c5 commit 18b5801

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ Institute of Molecular Cell Biology and Genetics.</organizationName>
208208
<build>
209209
<pluginManagement>
210210
<plugins>
211-
<!-- This plugin's configuration is used to store Eclipse m2e settings
212-
only. It has no influence on the Maven build itself. -->
211+
<!--
212+
This plugin's configuration is used to store Eclipse m2e settings
213+
only. It has no influence on the Maven build itself.
214+
-->
213215
<plugin>
214216
<groupId>org.eclipse.m2e</groupId>
215217
<artifactId>lifecycle-mapping</artifactId>

0 commit comments

Comments
 (0)