This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/0.5.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release/0.5.0 by this push:
     new 4daa92b  Match `.gitattributes` with `logging-parent`
4daa92b is described below

commit 4daa92bf8897d0a2303e56bc73c1f0595c9284ef
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Sep 11 10:31:30 2023 +0200

    Match `.gitattributes` with `logging-parent`
---
 .gitattributes | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 26e1aae..10914c1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -13,9 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# All text files should use LF for reproducibility of builds
-* text=auto eol=lf
-# Maven Wrapper need LF line endings
-/.mvn/wrapper/maven-wrapper.properties eol=lf
-/mvnw                                  eol=lf
-/mvnw.cmd                              eol=crlf
+# Checked by Spotless (LF line endings)
+*.java text eol=lf
+*.xml  text eol=lf
+*.yaml text eol=lf
+*.yml  text eol=lf

Reply via email to