diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-17 10:34:32 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-17 10:34:32 +0000 |
commit | 02809dc2761190073acbb40c6d8ec022725a459b (patch) | |
tree | 0f4414f593ffa1ace0c530c641e24d843707c135 | |
parent | 0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff) | |
parent | b4b472d782d9694b0570a5666ad7bd9d3787cb4f (diff) | |
download | pleroma-02809dc2761190073acbb40c6d8ec022725a459b.tar.gz |
Merge branch 'feat/git-attributes-elixir' into 'develop'
.gitattributes: use native support for elixir definitions
See merge request pleroma/pleroma!2218
-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 |