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-ioq.git
The following commit(s) were added to refs/heads/main by this push:
new 0baa19f Add editors magic lines
new 4612e9f Merge pull request #22 from noahshaw11/add-editors-magic-lines
0baa19f is described below
commit 0baa19f09a013a8a0fa7a473e63b0ad1189dfef4
Author: Noah Shaw <[email protected]>
AuthorDate: Mon Jul 25 18:40:59 2022 -0500
Add editors magic lines
---
rebar.config | 2 ++
rebar.config.script | 2 ++
2 files changed, 4 insertions(+)
diff --git a/rebar.config b/rebar.config
index e0d1844..791b035 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,2 +1,4 @@
+% vim: set ft=erlang : -*- erlang -*- % Magic lines for code editors
+
{cover_enabled, true}.
{cover_print_enabled, true}.
diff --git a/rebar.config.script b/rebar.config.script
index 09fc8af..900a38d 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}.