Skip to content

Commit 6963880

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 1e9c9fd commit 6963880

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
@@ -124,8 +124,10 @@ Institute of Molecular Cell Biology and Genetics.</organizationName>
124124
</plugins>
125125
</build>
126126

127-
<!-- NB: Enable dependency on tools.jar. See:
128-
http://maven.apache.org/general.html#tools-jar-dependency -->
127+
<!--
128+
NB: Enable dependency on tools.jar. See:
129+
http://maven.apache.org/general.html#tools-jar-dependency
130+
-->
129131
<profiles>
130132
<profile>
131133
<id>tools-jar</id> <!-- required for MiniMaven -->

0 commit comments

Comments
 (0)