You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2019/11/28 20:34:51 UTC

[db-jdo-site] branch master updated: Fix line feeds

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

tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1946c92  Fix line feeds
1946c92 is described below

commit 1946c926ba5472f4b662106cfee7b1553327cd27
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu Nov 28 20:34:37 2019 +0000

    Fix line feeds
---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 8b3eda3..c45cce2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,5 @@
 # Auto detect text files and perform LF normalization
 * text=auto
+*.adoc text=auto
 *.erb text=auto
+*.html text=auto