You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/10 07:55:23 UTC

[camel] branch main updated: CAMEL-18180 - Force LF endings in .adoc files

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cd13a053148 CAMEL-18180 - Force LF endings in .adoc files
cd13a053148 is described below

commit cd13a05314883fc885c84934f4f73e636584afa9
Author: Rafał Gała <ra...@ing.pl>
AuthorDate: Thu Jun 9 15:08:08 2022 +0200

    CAMEL-18180 - Force LF endings in .adoc files
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index 604cdf8b4e7..43081a0c821 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
 # OS specific line endings for the Maven wrapper script
 mvnw text eol=lf
 mvnw.cmd text eol=crlf
+*.adoc text eol=lf