This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-khash.git
The following commit(s) were added to refs/heads/main by this push:
new f8c6fbf Add editors magic lines
new eedd67d Merge pull request #13 from noahshaw11/add-editors-magic-lines
f8c6fbf is described below
commit f8c6fbf189846262a7efd0301882c420bf020083
Author: Noah Shaw <[email protected]>
AuthorDate: Mon Jul 25 18:37:56 2022 -0500
Add editors magic lines
---
rebar.config | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rebar.config b/rebar.config
index 6d77caa..0bf93a8 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,5 @@
+% vim: set ft=erlang : -*- erlang -*- % Magic lines for code editors
+
{port_specs, [
{"priv/khash.so", ["c_src/*.c"]}
]}.