diff --git a/.editorconfig b/.editorconfig index d4b5cade..48c0859e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,6 @@ indent_style = tab [Makefile] indent_style = tab + +[*.mcl] +indent_style = tab diff --git a/docs/development.md b/docs/development.md index c2b6013a..e12485f1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -40,3 +40,10 @@ make test-shell-load0 Tip: you can use TAB completion with `make` to quickly get a list of possible individual tests to run. + +## Tools, integrations, IDE's etc + +### IDE/Editor support + +- Emacs: see `misc/emacs/` +- [Textmate](https://github.com/aequitas/mgmt.tmbundle)