Skip to content

Instantly share code, notes, and snippets.

@DaniruKun
Created September 29, 2020 17:51
Show Gist options
  • Save DaniruKun/17ff36b47ae3afd032b563b3ac90b4fb to your computer and use it in GitHub Desktop.
Save DaniruKun/17ff36b47ae3afd032b563b3ac90b4fb to your computer and use it in GitHub Desktop.
Standard Erlang language server project configuration file
deps_dirs:
- "_build/default/lib/*"
diagnostics:
enabled:
- xref
disabled:
- dialyzer
include_dirs:
- "include"
- "_build/default/lib"
- "_build/default/deps"
lenses:
enabled:
- ct-run-test
disabled:
- show-behaviour-usages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment