This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git
commit b92082e5b95e551145019a6975c95d41f2220a4d Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Sep 9 10:11:37 2024 +0200 Improve `.gitattributes` --- .gitattributes | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 10914c1..bc0e569 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. -# The ASF licenses this file to you under the Apache License, Version 2.0 +# The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Checked by Spotless (LF line endings) -*.java text eol=lf -*.xml text eol=lf -*.yaml text eol=lf -*.yml text eol=lf +# All text files with LF line endings +* text=auto eol=lf +# Maven Wrapper cmd script +/mvnw.cmd eol=crlf +# Maven Wrapper need LF line endings +/.mvn/wrapper/maven-wrapper.properties eol=lf
