guluo2016 commented on code in PR #7087:
URL: https://github.com/apache/hbase/pull/7087#discussion_r2140433972


##########
pom.xml:
##########
@@ -3175,6 +3175,13 @@
               <!-- define the steps to apply to those files -->
               <trimTrailingWhitespace/>
               <endWithNewline/>
+              <!--
+                On Windows, spotless might convert the line endings of these 
files to LF.
+                We're instructing it to respect the line ending definitions in 
.gitattributes
+                for these files.
+                For more details, please refer to HBASE-29388.
+               -->
+              <lineEndings>GIT_ATTRIBUTES</lineEndings>

Review Comment:
   I tested it and found that only these files were affected, so I put them 
here.
   But you are right, because maybe other files will also be out of control for 
some time, let me update it later, 
   thanks.
   



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

Reply via email to