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-hqueue.git
The following commit(s) were added to refs/heads/main by this push:
new f1f51fc Add editors magic lines
new 858107b Merge pull request #4 from noahshaw11/add-editors-magic-lines
f1f51fc is described below
commit f1f51fcfe3d2508d3de5373f6ad8dcfd917b20db
Author: Noah Shaw <[email protected]>
AuthorDate: Mon Jul 25 18:43:14 2022 -0500
Add editors magic lines
---
rebar.config.script | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rebar.config.script b/rebar.config.script
index dba890e..9a9be32 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -1,3 +1,5 @@
+% vim: set ft=erlang : -*- erlang -*- % Magic lines for code editors
+
WithProper = code:lib_dir(proper) /= {error, bad_name}.
ErlOpts =