diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-09 15:27:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 15:27:18 -0700 |
| commit | df65e6b646cc8e5fe6d753594a8f7228d1287983 (patch) | |
| tree | f57696ef3b76e6fa940aa3e7ed7416dcd8e6e676 /.gitattributes | |
| parent | 4e215c52f85685dec70ac0364773f10abd25b1e6 (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-- | .gitattributes | 2 |
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 |
