This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch auto-delete-tseq in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9d311608bea037222aee5c0e01312e9737c82459 Author: Robert Newson <[email protected]> AuthorDate: Mon Sep 8 14:37:24 2025 +0100 configure ELP (https://whatsapp.github.io/erlang-language-platform) --- .elp.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.elp.toml b/.elp.toml new file mode 100644 index 000000000..822c8808f --- /dev/null +++ b/.elp.toml @@ -0,0 +1,3 @@ +[build_info] +apps = ["src/*"] +include_dirs = ["src", "src/*/include"]
