summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-09 15:27:18 -0700
committerGitHub <noreply@github.com>2020-11-09 15:27:18 -0700
commitdf65e6b646cc8e5fe6d753594a8f7228d1287983 (patch)
treef57696ef3b76e6fa940aa3e7ed7416dcd8e6e676 /.gitattributes
parent4e215c52f85685dec70ac0364773f10abd25b1e6 (diff)
resolves #3839 migrate Windows CI to GitHub Actions (PR #3840)
- define JRUBY_OPTS globally to simplify build matrix
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..75de00bc
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+* text=auto eol=lf
+*.rb diff=ruby