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-config.git
The following commit(s) were added to refs/heads/main by this push:
new 93371c9 Add editors magic lines
new 66b301d Merge pull request #39 from noahshaw11/add-editors-magic-lines
93371c9 is described below
commit 93371c99ed1db6b63cb8bf12dfcf7a680f330022
Author: Noah Shaw <[email protected]>
AuthorDate: Mon Jul 25 18:35:35 2022 -0500
Add editors magic lines
---
rebar.config | 2 ++
1 file changed, 2 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}.