From: rinpatch Date: Mon, 17 Feb 2020 10:19:04 +0000 (+0300) Subject: .gitattributes: use native support for elixir definitions X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=b4b472d782d9694b0570a5666ad7bd9d3787cb4f;hp=0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535;p=akkoma .gitattributes: use native support for elixir definitions see https://github.com/elixir-lang/elixir/pull/9823 --- 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