summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2021-01-18 13:19:50 -0500
committerAdam Kocoloski <kocolosk@apache.org>2021-01-18 13:23:07 -0500
commit2859d26748041978eac966e0325753681d74ef2e (patch)
treeb4275dfbbbd418a5eaee94ec8c73ae169e9bab52
parent9120ba21efafc0e1fc08028a280719d6bfc58af5 (diff)
downloadcouchdb-2859d26748041978eac966e0325753681d74ef2e.tar.gz
Add the simplest possible erlang_ls.config
It'd be nice if there was a way for Erlang LS to merge config files, as some of the settings are likely user-specific and others (like this one) we want to provide as defaults out of the box.
-rw-r--r--erlang_ls.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/erlang_ls.config b/erlang_ls.config
new file mode 100644
index 000000000..3d2fc9eb1
--- /dev/null
+++ b/erlang_ls.config
@@ -0,0 +1,2 @@
+include_dirs:
+ - "src/"