.gitattributes: use native support for elixir definitions
authorrinpatch <rinpatch@sdf.org>
Mon, 17 Feb 2020 10:19:04 +0000 (13:19 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 17 Feb 2020 10:27:28 +0000 (13:27 +0300)
see https://github.com/elixir-lang/elixir/pull/9823

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..c46415a
--- /dev/null
@@ -0,0 +1,2 @@
+*.ex diff=elixir
+*.exs diff=elixir