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-folsom.git


The following commit(s) were added to refs/heads/main by this push:
     new abded51  Add editors magic lines
     new 67742ac  Merge pull request #4 from noahshaw11/add-editors-magic-lines
abded51 is described below

commit abded511aa28304e96f266535315a5900a8a0f5e
Author: Noah Shaw <[email protected]>
AuthorDate: Mon Jul 25 18:32:29 2022 -0500

    Add editors magic lines
---
 rebar.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rebar.config b/rebar.config
index fdfb7e2..9c3c4ab 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,5 @@
+% vim: set ft=erlang : -*- erlang -*- % Magic lines for code editors
+
 {sub_dirs, ["deps"]}.
 
 {deps, [

Reply via email to