From b4b472d782d9694b0570a5666ad7bd9d3787cb4f Mon Sep 17 00:00:00 2001
From: rinpatch <rinpatch@sdf.org>
Date: Mon, 17 Feb 2020 13:19:04 +0300
Subject: [PATCH] .gitattributes: use native support for elixir definitions

see https://github.com/elixir-lang/elixir/pull/9823
---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitattributes

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