You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/08 10:15:37 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-54 updated: Ensure EOL of OS is used during checkout

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

rfscholte pushed a commit to branch MCHECKSTYLE-54
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/MCHECKSTYLE-54 by this push:
     new 67c2318  Ensure EOL of OS is used during checkout
67c2318 is described below

commit 67c231866aedc6154447c6f9c152d56514ab3653
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 8 12:15:29 2019 +0200

    Ensure EOL of OS is used during checkout
---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..09bc62c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
\ No newline at end of file