diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-17 13:19:04 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-17 13:27:28 +0300 |
commit | b4b472d782d9694b0570a5666ad7bd9d3787cb4f (patch) | |
tree | 0f4414f593ffa1ace0c530c641e24d843707c135 | |
parent | 0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff) | |
download | pleroma-b4b472d782d9694b0570a5666ad7bd9d3787cb4f.tar.gz |
.gitattributes: use native support for elixir definitions
see https://github.com/elixir-lang/elixir/pull/9823
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |