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-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b2e4c5  Improve `.gitattributes`
2b2e4c5 is described below

commit 2b2e4c5ac7cee65fd196283255f51d96e9e740ec
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 14 10:34:59 2023 +0200

    Improve `.gitattributes`
---
 .gitattributes | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index b2cc9f4..b8639ce 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -14,7 +14,12 @@
 # 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
+*.conf          text eol=lf
+*.config        text eol=lf
+*.java          text eol=lf
+*.json          text eol=lf
+*.properties    text eol=lf
+*.sh            text eol=lf
+*.xml           text eol=lf
+*.yaml          text eol=lf
+*.yml           text eol=lf

Reply via email to